#include <serializer.h>
|
template<class archive > |
void | serialize (archive &ar, const unsigned int version) |
|
Definition at line 74 of file serializer.h.
◆ TreeInfo() [1/2]
tuw_graph::TreeInfo::TreeInfo |
( |
std::vector< Segment > |
_segs | ) |
|
|
inline |
◆ TreeInfo() [2/2]
tuw_graph::TreeInfo::TreeInfo |
( |
int |
_length | ) |
|
|
inline |
◆ serialize()
template<class archive >
void tuw_graph::TreeInfo::serialize |
( |
archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ Length
int tuw_graph::TreeInfo::Length |
◆ Points
std::unique_ptr<int> tuw_graph::TreeInfo::Points |
◆ Predecessors
std::unique_ptr<int> tuw_graph::TreeInfo::Predecessors |
◆ Successors
std::unique_ptr<int> tuw_graph::TreeInfo::Successors |
The documentation for this class was generated from the following file: