An arbitrary list of "annotations", or named attributes, each being an instance of any CSerializable object.
A multi-hypotheses version exists in CMHPropertiesValuesList.
Definition at line 26 of file CPropertiesValuesList.h.
#include <mrpt/utils/CPropertiesValuesList.h>
Classes | |
struct | TPropertyValuePair |
Public Member Functions | |
void * | operator new (size_t size) |
void * | operator new[] (size_t size) |
void | operator delete (void *ptr) throw () |
void | operator delete[] (void *ptr) throw () |
void | operator delete (void *memory, void *ptr) throw () |
void * | operator new (size_t size, const std::nothrow_t &) throw () |
void | operator delete (void *ptr, const std::nothrow_t &) throw () |
CPropertiesValuesList () | |
Default constructor. More... | |
CPropertiesValuesList (const CPropertiesValuesList &o) | |
Copy constructor. More... | |
CPropertiesValuesList & | operator= (const CPropertiesValuesList &o) |
Copy operator. More... | |
virtual | ~CPropertiesValuesList () |
Destructor. More... | |
void | clear () |
Clears the list. More... | |
CSerializablePtr | get (const std::string &propertyName) const |
Returns the value of the property (case insensitive), or NULL if it does not exist. More... | |
void | set (const std::string &propertyName, const CSerializablePtr &obj) |
Sets/change the value of the property (case insensitive), making a copy of the object (or setting it to NULL if it is the passed value) More... | |
size_t | size () const |
Returns the number of properties in the list. More... | |
std::vector< std::string > | getPropertyNames () const |
Returns the name of all properties in the list. More... | |
virtual mxArray * | writeToMatlab () const |
Introduces a pure virtual method responsible for writing to a mxArray Matlab object, typically a MATLAB struct whose contents are documented in each derived class. More... | |
CObject * | clone () const |
Cloning interface for smart pointers. More... | |
RTTI classes and functions | |
mrpt::utils::CObjectPtr | duplicateGetSmartPtr () const |
Returns a copy of the object, indepently of its class, as a smart pointer (the newly created object will exist as long as any copy of this smart pointer). More... | |
Static Public Member Functions | |
static void * | operator new (size_t size, void *ptr) |
Static Public Attributes | |
static const mrpt::utils::TRuntimeClassId | classCObject |
RTTI stuff | |
static const mrpt::utils::TRuntimeClassId | classCSerializable |
Protected Member Functions | |
CSerializable virtual methods | |
void | writeToStream (mrpt::utils::CStream &out, int *getVersion) const |
Introduces a pure virtual method responsible for writing to a CStream. More... | |
void | readFromStream (mrpt::utils::CStream &in, int version) |
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly be users, instead use "stream >> object;" for reading it from a stream or "stream >> object_ptr;" if the class is unknown apriori. More... | |
Protected Attributes | |
std::vector< TPropertyValuePair > | m_properties |
The properties list: a map between strings and objects. More... | |
RTTI stuff | |
typedef CPropertiesValuesListPtr | Ptr |
typedef CPropertiesValuesListPtr | ConstPtr |
static mrpt::utils::CLASSINIT | _init_CPropertiesValuesList |
static mrpt::utils::TRuntimeClassId | classCPropertiesValuesList |
static const mrpt::utils::TRuntimeClassId * | classinfo |
static const mrpt::utils::TRuntimeClassId * | _GetBaseClass () |
virtual const mrpt::utils::TRuntimeClassId * | GetRuntimeClass () const |
Returns information about the class of an object in runtime. More... | |
virtual mrpt::utils::CObject * | duplicate () const |
Returns a copy of the object, indepently of its class. More... | |
static mrpt::utils::CObject * | CreateObject () |
static CPropertiesValuesListPtr | Create () |
typedef CPropertiesValuesListPtr mrpt::utils::CPropertiesValuesList::ConstPtr |
Definition at line 29 of file CPropertiesValuesList.h.
typedef CPropertiesValuesListPtr mrpt::utils::CPropertiesValuesList::Ptr |
A typedef for the associated smart pointer
Definition at line 29 of file CPropertiesValuesList.h.
CPropertiesValuesList::CPropertiesValuesList | ( | ) |
Default constructor.
Definition at line 97 of file CPropertiesValuesList.cpp.
CPropertiesValuesList::CPropertiesValuesList | ( | const CPropertiesValuesList & | o | ) |
Copy constructor.
Definition at line 112 of file CPropertiesValuesList.cpp.
References m_properties.
|
virtual |
Destructor.
Definition at line 104 of file CPropertiesValuesList.cpp.
References mrpt::utils::clear().
|
staticprotected |
void CPropertiesValuesList::clear | ( | ) |
Clears the list.
Definition at line 136 of file CPropertiesValuesList.cpp.
References m_properties, MRPT_END, and MRPT_START.
|
inlineinherited |
|
static |
|
static |
|
virtual |
Returns a copy of the object, indepently of its class.
Implements mrpt::utils::CObject.
|
inlineinherited |
Returns a copy of the object, indepently of its class, as a smart pointer (the newly created object will exist as long as any copy of this smart pointer).
Definition at line 162 of file CObject.h.
References mrpt::utils::CObjectPtr.
Referenced by mrpt::obs::CRawlog::addActions(), mrpt::slam::CIncrementalMapPartitioner::addMapFrame(), and mrpt::obs::CRawlog::addObservations().
CSerializablePtr CPropertiesValuesList::get | ( | const std::string & | propertyName | ) | const |
Returns the value of the property (case insensitive), or NULL if it does not exist.
Definition at line 146 of file CPropertiesValuesList.cpp.
References mrpt::system::os::_strcmpi(), and m_properties.
std::vector< std::string > CPropertiesValuesList::getPropertyNames | ( | ) | const |
Returns the name of all properties in the list.
Definition at line 199 of file CPropertiesValuesList.cpp.
References m_properties.
|
virtual |
Returns information about the class of an object in runtime.
Reimplemented from mrpt::utils::CSerializable.
Definition at line 29 of file CPropertiesValuesList.h.
|
inline |
Definition at line 29 of file CPropertiesValuesList.h.
|
inline |
Definition at line 29 of file CPropertiesValuesList.h.
Definition at line 29 of file CPropertiesValuesList.h.
|
inline |
Definition at line 29 of file CPropertiesValuesList.h.
|
inline |
Definition at line 29 of file CPropertiesValuesList.h.
|
inlinestatic |
Definition at line 29 of file CPropertiesValuesList.h.
|
inline |
Definition at line 29 of file CPropertiesValuesList.h.
CPropertiesValuesList & CPropertiesValuesList::operator= | ( | const CPropertiesValuesList & | o | ) |
|
protectedvirtual |
Introduces a pure virtual method responsible for loading from a CStream This can not be used directly be users, instead use "stream >> object;" for reading it from a stream or "stream >> object_ptr;" if the class is unknown apriori.
in | The input binary stream where the object data must read from. |
version | The version of the object stored in the stream: use this version number in your code to know how to read the incoming data. |
std::exception | On any error, see CStream::ReadBuffer |
Implements mrpt::utils::CSerializable.
Definition at line 56 of file CPropertiesValuesList.cpp.
References mrpt::utils::clear(), MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION, and version.
void CPropertiesValuesList::set | ( | const std::string & | propertyName, |
const CSerializablePtr & | obj | ||
) |
Sets/change the value of the property (case insensitive), making a copy of the object (or setting it to NULL if it is the passed value)
Definition at line 161 of file CPropertiesValuesList.cpp.
References mrpt::system::os::_strcmpi(), m_properties, MRPT_END_WITH_CLEAN_UP, MRPT_START, mrpt::utils::CPropertiesValuesList::TPropertyValuePair::name, and mrpt::utils::CPropertiesValuesList::TPropertyValuePair::value.
size_t CPropertiesValuesList::size | ( | ) | const |
Returns the number of properties in the list.
Definition at line 191 of file CPropertiesValuesList.cpp.
References m_properties.
|
inlinevirtualinherited |
Introduces a pure virtual method responsible for writing to a mxArray
Matlab object, typically a MATLAB struct
whose contents are documented in each derived class.
mxArray
(caller is responsible of memory freeing) or NULL is class does not support conversion to MATLAB. Definition at line 79 of file CSerializable.h.
|
protectedvirtual |
Introduces a pure virtual method responsible for writing to a CStream.
This can not be used directly be users, instead use "stream << object;" for writing it to a stream.
out | The output binary stream where object must be dumped. |
getVersion | If NULL, the object must be dumped. If not, only the version of the object dump must be returned in this pointer. This enables the versioning of objects dumping and backward compatibility with previously stored data. |
std::exception | On any error, see CStream::WriteBuffer |
Implements mrpt::utils::CSerializable.
Definition at line 28 of file CPropertiesValuesList.cpp.
|
staticprotected |
Definition at line 29 of file CPropertiesValuesList.h.
|
staticinherited |
|
static |
Definition at line 29 of file CPropertiesValuesList.h.
|
staticinherited |
Definition at line 42 of file CSerializable.h.
|
static |
Definition at line 29 of file CPropertiesValuesList.h.
|
protected |
The properties list: a map between strings and objects.
Definition at line 38 of file CPropertiesValuesList.h.
Referenced by clear(), CPropertiesValuesList(), get(), getPropertyNames(), operator=(), set(), and size().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |