9 #ifndef CListOfClasses_H
10 #define CListOfClasses_H
27 typedef std::set<const mrpt::utils::TRuntimeClassId*>
TSet;
A list (actually based on a std::set) of MRPT classes, capable of keeping any class registered by the...
void clear()
Empty the list.
std::set< const mrpt::utils::TRuntimeClassId * > TSet
const_iterator end() const
void fromString(const std::string &s)
Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
std::string toString() const
Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
const_iterator begin() const
TSet::const_iterator const_iterator
void insert(const mrpt::utils::TRuntimeClassId *id)
Insert a class in the list.
bool contains(const mrpt::utils::TRuntimeClassId *id) const
Does the list contains this class?
bool containsDerivedFrom(const mrpt::utils::TRuntimeClassId *id) const
Does the list contains a class derived from...?
bool empty() const
Is the list empty?
const Scalar * const_iterator
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A structure that holds runtime class type information.