#include <BlobComplex.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 43 of file BlobComplex.h.
◆ BlobComplexObjects()
BlobComplexObjects::BlobComplexObjects |
( |
| ) |
|
|
inline |
◆ fill()
void BlobComplexObjects::fill |
( |
unsigned int & |
serial | ) |
|
◆ operator!=()
Definition at line 52 of file BlobComplex.h.
52 {
return !(*
this == rhs); }
◆ operator==()
Definition at line 86 of file BlobComplex.cc.
93 std::vector<BlobComplexContent>::const_iterator iter1 =
content.begin();
94 std::vector<BlobComplexContent>::const_iterator iter2 = rhs.
content.begin();
96 if (*iter1++ != *iter2++)
References a, b, and content.
◆ print()
void BlobComplexObjects::print |
( |
void |
| ) |
const |
◆ serialize()
template<class Archive >
void BlobComplexObjects::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
unsigned int BlobComplexObjects::a |
unsigned int BlobComplexObjects::b |
◆ content