Go to the documentation of this file.
9 #ifndef CListOfClasses_H
10 #define CListOfClasses_H
26 typedef std::set<const mrpt::utils::TRuntimeClassId*>
TSet;
54 inline void clear() { m_data.clear(); }
57 inline bool empty()
const {
return m_data.empty(); }
61 std::string toString()
const;
66 void fromString(
const std::string &s);
const_iterator end() const
A list (actually based on a std::set) of MRPT classes, capable of keeping any class registered by the...
void clear()
Empty the list.
const_iterator begin() const
std::set< const mrpt::utils::TRuntimeClassId * > TSet
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
const typedef Scalar * const_iterator
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 empty() const
Is the list empty?
A structure that holds runtime class type information.
Page generated by Doxygen 1.8.17 for MRPT 1.4.0 SVN: at Tue Mar 3 09:15:16 UTC 2020 | | |