#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,..Please see the derived classes. 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 std::string &str) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator<< (CStream &, const vector_int &a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, char *a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, std::string &str) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &in, vector_int &a) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator<< (CStream &, const std::vector< std::string > &) |
| MRPTDLLIMPEXP CStream & | mrpt::utils::operator>> (CStream &, std::vector< std::string > &) |
Variables | |
| struct MRPTDLLIMPEXP | mrpt::utils::TRuntimeClassId |
| #define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE | ( | T | ) |
MRPTDLLIMPEXP CStream& operator<<(CStream&out, const T &a); \ MRPTDLLIMPEXP CStream& operator>>(CStream&in, T &a);
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |