#include <any_poly.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 43 of file any_poly.h.
◆ ~AnyInterface()
virtual tesseract_common::AnyInterface::~AnyInterface |
( |
| ) |
|
|
virtualdefault |
◆ clone()
virtual std::unique_ptr<AnyInterface> tesseract_common::AnyInterface::clone |
( |
| ) |
const |
|
pure virtual |
◆ equals()
virtual bool tesseract_common::AnyInterface::equals |
( |
const AnyInterface & |
other | ) |
const |
|
protectedpure virtual |
Check if two objects are equal.
- Parameters
-
other | The other object to compare with |
- Returns
- True if equal, otherwise false
Implemented in tesseract_common::AnyWrapper< T >.
◆ getType()
std::type_index tesseract_common::AnyInterface::getType |
( |
| ) |
const |
|
virtual |
◆ operator!=()
bool tesseract_common::AnyInterface::operator!= |
( |
const AnyInterface & |
rhs | ) |
const |
◆ operator==()
bool tesseract_common::AnyInterface::operator== |
( |
const AnyInterface & |
rhs | ) |
const |
◆ serialize()
template<class Archive >
void tesseract_common::AnyInterface::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ tesseract_common::Serialization
The documentation for this class was generated from the following files: