#include <mrpt/utils/utils_defs.h>#include <mrpt/utils/CUncopiable.h>#include <mrpt/utils/exceptions.h>Go to the source code of this file.
Classes | |
| class | mrpt::utils::CStream |
| This base class is used to provide a unified interface to files,memory buffers,. More... | |
Namespaces | |
| namespace | mrpt |
| This is the global namespace for all Mobile Robot Porgramming Toolkit (MRPT) libraries. | |
| namespace | mrpt::utils |
| Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Defines | |
| #define | DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE(T) |
Functions | |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator<< (CStream &, const char *a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator<< (CStream &, const vector_int &a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator<< (CStream &, const std::string &str) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, char *a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, vector_int &a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, std::string &str) |
| template<typename T > | |
| void | mrpt::utils::printf_vector (const char *fmt, const std::vector< T > &V) |
| Prints a vector in the format [A,B,C,. | |
Variables | |
| struct MRPTDLLIMPEXP | mrpt::utils::TRuntimeClassId |
| #define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE | ( | T | ) |
Value:
MRPTDLLIMPEXP CStream& operator<<(CStream&out, const T &a); \ MRPTDLLIMPEXP CStream& operator>>(CStream&in, T &a);
| Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |