9 #ifndef CSTDOUTSTREAM_H
10 #define CSTDOUTSTREAM_H
This CStdOutStream derived class allow printing to standard out, normally the console text output.
uint64_t getTotalBytesCount() MRPT_OVERRIDE
It has no efect in this class.
size_t Write(const void *Buffer, size_t Count) MRPT_OVERRIDE
Method responsible for writing to the stream.
uint64_t Seek(uint64_t Offset, CStdOutStream::TSeekOrigin Origin=sFromBeginning) 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.
uint64_t getPosition() 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...
TSeekOrigin
Used in CStream::Seek.
#define MRPT_OVERRIDE
C++11 "override" for virtuals:
#define THROW_EXCEPTION(msg)
#define MRPT_UNUSED_PARAM(a)
Can be used to avoid "not used parameters" warnings from the compiler.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.