9 #ifndef  CSTDOUTSTREAM_H    10 #define  CSTDOUTSTREAM_H TSeekOrigin
Used in CStream::Seek. 
 
#define MRPT_OVERRIDE
C++11 "override" for virtuals: 
 
uint64_t getTotalBytesCount() MRPT_OVERRIDE
It has no efect in this class. 
 
size_t Read(void *Buffer, size_t Count) MRPT_OVERRIDE
Method responsible for reading from the stream. 
 
#define THROW_EXCEPTION(msg)
 
This CStdOutStream derived class allow printing to standard out, normally the console text output...
 
uint64_t Seek(int64_t Offset, CStdOutStream::TSeekOrigin Origin=sFromBeginning) MRPT_OVERRIDE
It has no efect in this class. 
 
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
 
#define MRPT_UNUSED_PARAM(a)
Can be used to avoid "not used parameters" warnings from the compiler. 
 
unsigned __int64 uint64_t
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
uint64_t getPosition() MRPT_OVERRIDE
It has no efect in this class.