#include <BlobComplex.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 42 of file BlobComplex.h.
BlobComplexObjects::BlobComplexObjects |
( |
| ) |
|
|
inline |
void BlobComplexObjects::fill |
( |
unsigned int & |
serial | ) |
|
Definition at line 73 of file BlobComplex.cc.
References a, b, content, and i.
77 for(
unsigned int i = 0;
i < 3;
i++) {
std::vector< BlobComplexContent > content
Definition at line 48 of file BlobComplex.h.
49 {
return !(*
this == rhs); }
Definition at line 94 of file BlobComplex.cc.
References a, b, and content.
96 if (
a != rhs.
a)
return false;
97 if (
b != rhs.
b)
return false;
99 std::vector<BlobComplexContent>::const_iterator iter1 =
content.begin();
100 std::vector<BlobComplexContent>::const_iterator iter2 = rhs.
content.begin();
102 if (*iter1++ != *iter2++)
return false;
std::vector< BlobComplexContent > content
void BlobComplexObjects::print |
( |
void |
| ) |
const |
template<class Archive >
void BlobComplexObjects::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
unsigned int BlobComplexObjects::a |
unsigned int BlobComplexObjects::b |