Main MRPT website > C++ reference for MRPT 1.5.6
Classes | Namespaces | Macros | Functions
CStream.h File Reference
#include <mrpt/utils/core_defs.h>
#include <mrpt/utils/types_simple.h>
#include <mrpt/utils/CUncopiable.h>
#include <mrpt/utils/exceptions.h>
#include <mrpt/utils/bits.h>
#include <vector>
Include dependency graph for CStream.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

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

Macros

#define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE(T)
 

Functions

CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &s, const char *a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &s, const std::string &str)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_int &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_uint &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_word &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_signed_word &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_long &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_byte &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_signed_byte &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const vector_bool &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const std::vector< std::string > &)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &, const std::vector< size_t > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, char *a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, std::string &str)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_int &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_uint &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_word &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_signed_word &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_long &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_byte &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_signed_byte &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, vector_bool &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &in, std::vector< std::string > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &s, std::vector< float > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &s, std::vector< double > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &s, const std::vector< float > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator<< (mrpt::utils::CStream &s, const std::vector< double > &a)
 
CStream BASE_IMPEXPmrpt::utils::operator>> (mrpt::utils::CStream &s, std::vector< size_t > &a)
 

Macro Definition Documentation

◆ DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE

#define DECLARE_CSTREAM_READ_WRITE_SIMPLE_TYPE (   T)
Value:
CStream BASE_IMPEXP & operator<<(mrpt::utils::CStream&out, const T &a); \
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
Definition: CStream.h:38
std::ostream & operator<<(std::ostream &out, MD5 md5)
Definition: md5.cpp:419
GLuint in
Definition: glext.h:6301
CStream BASE_IMPEXP & operator>>(mrpt::utils::CStream &s, std::vector< size_t > &a)
Definition: CStream.cpp:311
GLubyte GLubyte GLubyte a
Definition: glext.h:5575

Definition at line 265 of file CStream.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019