9 #ifndef CSTDOUTSTREAM_H
10 #define CSTDOUTSTREAM_H
35 size_t Read(
void *Buffer,
size_t Count) {
43 size_t Write(
const void *Buffer,
size_t Count);
#define THROW_EXCEPTION(msg)
This CStdOutStream derived class allow printing to standard out, normally the console text output...
uint64_t getPosition()
It has no efect in this class.
CStdOutStream()
Constructor.
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.
TSeekOrigin
Used in CStream::Seek.
size_t Read(void *Buffer, size_t Count)
Method responsible for reading from the stream: In this class it has no effect.
uint64_t getTotalBytesCount()
It has no efect in this class.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
virtual ~CStdOutStream()
Destructor.
uint64_t Seek(uint64_t Offset, CStdOutStream::TSeekOrigin Origin=sFromBeginning)
It has no efect in this class.