8 for (
unsigned int i = 0;
i < 10;
i++)
15 for (std::vector<unsigned int>::const_iterator iter =
values.begin(); iter !=
values.end(); iter++)
16 std::cout <<
" value[" << (iter -
values.begin()) <<
"] = " << *iter << std::endl;
26 std::vector<unsigned int>::const_iterator iter1 =
values.begin();
27 std::vector<unsigned int>::const_iterator iter2 = rhs.
values.begin();
28 while (iter1 !=
values.end())
29 if (*iter1++ != *iter2++)
35 data1.first.fill(serial);
36 data1.second = ++serial;
37 data2.first.fill(serial);
38 data2.second = ++serial;
39 data3.first.fill(serial);
40 data3.second = ++serial;
71 for (
unsigned int i = 0;
i < 3;
i++) {
80 for (std::vector<BlobComplexContent>::const_iterator iter =
content.begin(); iter !=
content.end(); iter++) {
93 std::vector<BlobComplexContent>::const_iterator iter1 =
content.begin();
94 std::vector<BlobComplexContent>::const_iterator iter2 = rhs.
content.begin();
96 if (*iter1++ != *iter2++)
102 for (
unsigned int i = 0;
i < 3;
i++) {
109 for (std::vector<BlobComplexObjects>::const_iterator iter =
objects.begin(); iter !=
objects.end(); iter++) {
118 std::vector<BlobComplexObjects>::const_iterator iter1 =
objects.begin();
119 std::vector<BlobComplexObjects>::const_iterator iter2 = rhs.
objects.begin();
121 if (*iter1++ != *iter2++)
void fill(unsigned int &serial)
std::pair< BlobComplexData, unsigned int > Data
void fill(unsigned int &serial)
bool operator==(const BlobComplex &rhs) const
std::vector< BlobComplexObjects > objects
static void printBlobComplexContentData(const BlobComplexContent::Data &data)
std::vector< BlobComplexContent > content
bool operator==(const BlobComplexContent &rhs) const
std::vector< unsigned int > values
bool operator==(const BlobComplexData &rhs) const
bool operator==(const BlobComplexObjects &rhs) const
void fill(unsigned int &serial)
char data[epos_bytes_allocation]
void fill(unsigned int &serial)