18 if(
p_i != rhs.
p_i )
return false;
19 if(
p_s != rhs.
p_s )
return false;
30 if( i%2==0 ) val.set(i);
68 for(
size_t i=0;
i<4;
i++ ){
71 for(
size_t i=0;
i<112;
i++ ){
74 for(
size_t i=0;
i<2;
i++ ){
75 for(
size_t j=0;
i<3;
i++ ){
79 for(
size_t i=0;
i<80;
i++ ){
80 for(
size_t j=0;
i<2;
i++ ){
84 for(
size_t i=0;
i<4;
i++ ){
89 for(
size_t i=0;
i<112;
i++ ){
94 for(
int i=0;
i<4;
i++ ){
97 for(
int i=0;
i<112;
i++ ){
101 m_p0.second = seed*10;
103 std::stringstream ss;
105 m_p1.second = ss.str();
109 for(
int i=0;
i<seed;
i++){
111 std::stringstream ss0;
112 ss0 <<
"vec1_"<<seed;
113 m_vec1.push_back( ss0.str() );
114 m_map0.insert(std::make_pair((
unsigned int)seed,(
unsigned int)seed));
115 std::stringstream ss1;
116 ss1 <<
"map1_"<<seed;
117 m_map1.insert(std::make_pair( ss1.str(),ss1.str() ) );
119 m_set.insert( ss1.str() );
121 m_map2.insert( std::make_pair( seed,
Param( seed ) ) );
136 if(
m_i != rhs.
m_i )
return false;
137 for(
int i=0;
i<4;
i++){
140 for(
int i=0;
i<112;
i++){
143 for(
size_t i=0;
i<2;
i++ ){
144 for(
size_t j=0;
i<3;
i++ ){
148 for(
size_t i=0;
i<80;
i++ ){
149 for(
size_t j=0;
i<2;
i++ ){
153 for(
size_t i=0;
i<4;
i++ ){
156 for(
size_t i=0;
i<112;
i++ ){
159 for(
int i=0;
i<4;
i++ ){
162 for(
int i=0;
i<112;
i++ ){
177 std::bitset<128> defValue;
180 std::cout <<
"WARNING: data member \"m_bitset\" read with the default value."<<std::endl;
bool operator==(const ArrayPayload &rhs) const
bool operator!=(const ArrayPayload &rhs) const
std::set< std::string > m_set
std::vector< int > m_vec0
std::vector< Param > m_vec2
std::vector< Param > m_vec3
std::pair< int, std::string > m_p1
std::bitset< 128 > m_bitset
void setDefaultBitSet(std::bitset< 128 > &val)
bool operator!=(const Param &rhs) const
std::pair< unsigned int, unsigned int > m_p0
std::map< std::string, std::string > m_map1
bool operator==(const Param &rhs) const
std::pair< int, Param > m_p2
std::map< int, Param > m_map2
std::map< unsigned int, unsigned int > m_map0
std::vector< std::string > m_vec1