#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 | |
| BASE_IMPEXP CStream & | mrpt::utils::operator<< (CStream &, const char *a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator<< (CStream &, const std::string &str) |
| BASE_IMPEXP CStream & | mrpt::utils::operator<< (CStream &, const vector_int &a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator<< (CStream &, const vector_bool &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< float > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< double > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< int8_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< int16_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< int32_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< int64_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< uint8_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< uint16_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< uint32_t > &a) |
| CStream & | mrpt::utils::operator<< (CStream &s, const std::vector< size_t > &a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator>> (CStream &in, char *a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator>> (CStream &in, std::string &str) |
| BASE_IMPEXP CStream & | mrpt::utils::operator>> (CStream &in, vector_int &a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator>> (CStream &in, vector_bool &a) |
| BASE_IMPEXP CStream & | mrpt::utils::operator<< (CStream &, const std::vector< std::string > &) |
| BASE_IMPEXP CStream & | mrpt::utils::operator>> (CStream &, std::vector< std::string > &) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< float > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< double > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< int8_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< int16_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< int32_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< int64_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< uint8_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< uint16_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< uint32_t > &a) |
| CStream & | mrpt::utils::operator>> (CStream &s, std::vector< size_t > &a) |
Variables | |
| class BASE_IMPEXP | mrpt::utils::CSerializable |
| struct BASE_IMPEXP | mrpt::utils::CSerializablePtr |
| #define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE | ( | T | ) |
BASE_IMPEXP CStream& operator<<(CStream&out, const T &a); \ BASE_IMPEXP CStream& operator>>(CStream&in, T &a);
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |