9 #ifndef CPropertiesValuesList_H
10 #define CPropertiesValuesList_H
78 std::vector<std::string> getPropertyNames()
const;
std::vector< TPropertyValuePair > m_properties
The properties list: a map between strings and objects.
The virtual base class which provides a unified interface for all persistent objects in MRPT...
An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable ...
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE(class_name, base_name)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
struct BASE_IMPEXP CSerializablePtr
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
size_t size(const MATRIXLIKE &m, int dim)
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE(class_name, base_name)