The Profile class.
More...
#include <profile.h>
|
template<class Archive > |
void | serialize (Archive &, const unsigned int) |
|
The Profile class.
Definition at line 39 of file profile.h.
◆ ConstPtr
◆ Ptr
◆ Profile() [1/4]
tesseract_common::Profile::Profile |
( |
| ) |
|
|
default |
◆ Profile() [2/4]
Profile::Profile |
( |
std::size_t |
key | ) |
|
◆ ~Profile()
virtual tesseract_common::Profile::~Profile |
( |
| ) |
|
|
virtualdefault |
◆ Profile() [3/4]
tesseract_common::Profile::Profile |
( |
const Profile & |
| ) |
|
|
protecteddefault |
◆ Profile() [4/4]
tesseract_common::Profile::Profile |
( |
Profile && |
| ) |
|
|
protecteddefault |
◆ getKey()
std::size_t Profile::getKey |
( |
| ) |
const |
Get the hash code associated with the profile.
- Returns
- The profile's hash code
Definition at line 36 of file profile.cpp.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ serialize()
template<class Archive >
void Profile::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
|
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ tesseract_common::Serialization
◆ key_
std::size_t tesseract_common::Profile::key_ { 0 } |
|
protected |
The documentation for this class was generated from the following files: