#include <mrpt/utils/utils_defs.h>#include <mrpt/utils/CUncopiable.h>#include <mrpt/utils/CObject.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 Programming 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 | |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &s, const char *a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &s, const std::string &str) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &s, const vector_float &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &, const vector_int &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &, const std::vector< std::string > &) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &, const std::vector< size_t > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &in, char *a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &in, std::string &str) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &in, vector_double &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &in, vector_int &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &in, std::vector< std::string > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &s, std::vector< float > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &s, std::vector< double > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &s, const std::vector< float > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator<< (CStream &s, const std::vector< double > &a) |
| CStream BASE_IMPEXP & | mrpt::utils::operator>> (CStream &s, std::vector< size_t > &a) |
Variables | |
| class BASE_IMPEXP | mrpt::utils::CSerializable |
| struct BASE_IMPEXP | mrpt::utils::CSerializablePtr |
| class BASE_IMPEXP | mrpt::utils::CMessage |
| #define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE | ( | T ) |
CStream BASE_IMPEXP & operator<<(CStream&out, const T &a); \ CStream BASE_IMPEXP & operator>>(CStream&in, T &a);
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |