Main MRPT website > C++ reference for MRPT 1.4.0
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>

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:39
CStream BASE_IMPEXP & operator<<(mrpt::utils::CStream &s, const std::vector< double > &a)
CStream BASE_IMPEXP & operator>>(mrpt::utils::CStream &s, std::vector< size_t > &a)

Definition at line 262 of file CStream.h.




Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Sun Mar 7 18:43:46 UTC 2021