The Plugin Information struct.
More...
#include <plugin_info.h>
|
template<class Archive > |
void | load (Archive &ar, const unsigned int version) |
|
template<class Archive > |
void | save (Archive &ar, const unsigned int version) const |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
The Plugin Information struct.
Definition at line 51 of file plugin_info.h.
◆ getConfigString()
std::string tesseract_common::PluginInfo::getConfigString |
( |
| ) |
const |
◆ load()
template<class Archive >
void tesseract_common::PluginInfo::load |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ operator!=()
bool tesseract_common::PluginInfo::operator!= |
( |
const PluginInfo & |
rhs | ) |
const |
◆ operator==()
bool tesseract_common::PluginInfo::operator== |
( |
const PluginInfo & |
rhs | ) |
const |
◆ save()
template<class Archive >
void tesseract_common::PluginInfo::save |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| const |
|
private |
◆ serialize()
template<class Archive >
void tesseract_common::PluginInfo::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ tesseract_common::Serialization
◆ class_name
std::string tesseract_common::PluginInfo::class_name |
◆ config
YAML::Node tesseract_common::PluginInfo::config |
The documentation for this struct was generated from the following files: