9 #ifndef  CFileOutputStream_H    10 #define  CFileOutputStream_H    53                 bool open(
const std::string &fileName, 
bool  append = 
false );
    61                 bool fileOpenCorrectly(); 
    62                 bool is_open() { 
return fileOpenCorrectly(); } 
 TSeekOrigin
Used in CStream::Seek. 
 
#define MRPT_OVERRIDE
C++11 "override" for virtuals: 
 
std::ofstream m_of
The actual output file stream. 
 
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
 
This CStream derived class allow using a file as a write-only, binary stream. 
 
The base class of classes that cannot be copied: compile-time errors will be issued on any copy opera...
 
GLsizei const GLchar ** string
 
unsigned __int64 uint64_t
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
bool is_open()
Returns true if the file was open without errors.