MRPT logo

CLoadableOptions.h File Reference

#include <mrpt/utils/utils_defs.h>
#include <mrpt/utils/CConfigFileBase.h>
#include <mrpt/utils/CStream.h>
#include <mrpt/system/os.h>

Go to the source code of this file.


Classes

class  mrpt::utils::CLoadableOptions
 This is a virtual base class for sets of options than can be loaded from a ".ini" file. More...

Namespaces

namespace  mrpt
 The main namespace for all the Mobile Robot Programming Toolkit (MRPT) C++ libraries.
namespace  mrpt::utils
 Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.

Defines

#define LOADABLEOPTS_DUMP_VAR(variableName, variableType)   { dumpVar_##variableType(out, #variableName,static_cast<variableType>(variableName)); }
 Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string.


Define Documentation

#define LOADABLEOPTS_DUMP_VAR ( variableName,
variableType   )     { dumpVar_##variableType(out, #variableName,static_cast<variableType>(variableName)); }

Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string.

Definition at line 91 of file CLoadableOptions.h.




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009