Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Types | Public Member Functions | Private Types | Private Attributes
mrpt::utils::CListOfClasses Class Reference

Detailed Description

A list (actually based on a std::set) of MRPT classes, capable of keeping any class registered by the mechanism of CSerializable classes.

Definition at line 23 of file CListOfClasses.h.

#include <mrpt/utils/CListOfClasses.h>

Public Types

typedef TSet::iterator iterator
 
typedef TSet::const_iterator const_iterator
 

Public Member Functions

iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
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...?
 
void clear ()
 Empty the list.
 
bool empty () const
 Is the list empty?
 
std::string toString () const
 Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
 
void fromString (const std::string &s)
 Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".
 

Private Types

typedef std::set< const mrpt::utils::TRuntimeClassId * > TSet
 

Private Attributes

TSet m_data
 

Member Typedef Documentation

◆ const_iterator

typedef TSet::const_iterator mrpt::utils::CListOfClasses::const_iterator

Definition at line 32 of file CListOfClasses.h.

◆ iterator

typedef TSet::iterator mrpt::utils::CListOfClasses::iterator

Definition at line 31 of file CListOfClasses.h.

◆ TSet

Definition at line 26 of file CListOfClasses.h.

Member Function Documentation

◆ begin() [1/2]

iterator mrpt::utils::CListOfClasses::begin ( )
inline

Definition at line 34 of file CListOfClasses.h.

◆ begin() [2/2]

const_iterator mrpt::utils::CListOfClasses::begin ( ) const
inline

Definition at line 35 of file CListOfClasses.h.

◆ clear()

void mrpt::utils::CListOfClasses::clear ( )
inline

Empty the list.

Definition at line 54 of file CListOfClasses.h.

◆ contains()

bool mrpt::utils::CListOfClasses::contains ( const mrpt::utils::TRuntimeClassId id) const
inline

Does the list contains this class?

Definition at line 48 of file CListOfClasses.h.

◆ containsDerivedFrom()

bool mrpt::utils::CListOfClasses::containsDerivedFrom ( const mrpt::utils::TRuntimeClassId id) const

Does the list contains a class derived from...?

◆ empty()

bool mrpt::utils::CListOfClasses::empty ( ) const
inline

Is the list empty?

Definition at line 57 of file CListOfClasses.h.

◆ end() [1/2]

iterator mrpt::utils::CListOfClasses::end ( )
inline

Definition at line 37 of file CListOfClasses.h.

◆ end() [2/2]

const_iterator mrpt::utils::CListOfClasses::end ( ) const
inline

Definition at line 38 of file CListOfClasses.h.

◆ fromString()

void mrpt::utils::CListOfClasses::fromString ( const std::string &  s)

Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".

Exceptions
std::exceptionOn unregistered class name found.

◆ insert()

void mrpt::utils::CListOfClasses::insert ( const mrpt::utils::TRuntimeClassId id)
inline

Insert a class in the list.

Example of usage:

myList.insert(CLASS_ID(CObservationImage));
#define CLASS_ID(class_name)
Access to runtime class ID for a defined class name.
Definition: CObject.h:88

Definition at line 45 of file CListOfClasses.h.

◆ toString()

std::string mrpt::utils::CListOfClasses::toString ( ) const

Return a string representation of the list, for example: "CPose2D, CObservation, CPose3D".

Member Data Documentation

◆ m_data

TSet mrpt::utils::CListOfClasses::m_data
private

Definition at line 28 of file CListOfClasses.h.




Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 06:31:24 UTC 2023