MRPT
1.9.9
|
A list (actually based on a std::set) of MRPT classes, capable of keeping any class registered by the mechanism of CObject classes.
Access to "data" for the actual content, or use any of the helper methods in this class.
Definition at line 22 of file CListOfClasses.h.
#include <mrpt/rtti/CListOfClasses.h>
Public Types | |
using | TSet = std::set< const mrpt::rtti::TRuntimeClassId * > |
Public Member Functions | |
void | insert (const mrpt::rtti::TRuntimeClassId *id) |
Insert a class in the list. More... | |
bool | contains (const mrpt::rtti::TRuntimeClassId *id) const |
Does the list contains this class? More... | |
bool | containsDerivedFrom (const mrpt::rtti::TRuntimeClassId *id) const |
Does the list contains a class derived from...? More... | |
std::string | toString () const |
Return a string representation of the list, for example: "CPose2D,
CObservation, CPose3D". More... | |
void | fromString (const std::string &s) |
Builds from a string representation of the list, for example: "CPose2D,
CObservation, CPose3D". More... | |
Public Attributes | |
TSet | data |
using mrpt::rtti::CListOfClasses::TSet = std::set<const mrpt::rtti::TRuntimeClassId*> |
Definition at line 25 of file CListOfClasses.h.
|
inline |
Does the list contains this class?
Definition at line 39 of file CListOfClasses.h.
Referenced by mrpt::slam::CMetricMapBuilderICP::processObservation().
bool CListOfClasses::containsDerivedFrom | ( | const mrpt::rtti::TRuntimeClassId * | id | ) | const |
Does the list contains a class derived from...?
Definition at line 20 of file CListOfClasses.cpp.
void CListOfClasses::fromString | ( | const std::string & | s | ) |
Builds from a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
std::exception | On unregistered class name found. |
Definition at line 62 of file CListOfClasses.cpp.
References ASSERTMSG_, mrpt::rtti::findRegisteredClass(), mrpt::format(), insert(), MRPT_TRY_END, MRPT_TRY_START, and trim().
|
inline |
Insert a class in the list.
Example of usage:
Definition at line 33 of file CListOfClasses.h.
Referenced by fromString().
std::string CListOfClasses::toString | ( | ) | const |
Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
Definition at line 28 of file CListOfClasses.cpp.
TSet mrpt::rtti::CListOfClasses::data |
Definition at line 26 of file CListOfClasses.h.
Referenced by mrpt::slam::CMetricMapBuilderRBPF::processActionObservation().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |