NGL  6.5
The NCCA Graphics Library
AbstractSerializer.cpp
Go to the documentation of this file.
1 #include "AbstractSerializer.h"
2 
3 
4 namespace ngl
5 {
6 
8  {
9  NGL_UNUSED(_fname);
10  NGL_UNUSED(_mode);
11  }
12 
14  {
15 
16  }
17 
18 
19 
20 
21 
22 }
#define NGL_UNUSED(arg)
define unused to quiet Warnings
Definition: Types.h:143
this class is the base class for all NGL serialisation code
implementation files for RibExport class
Definition: AABB.cpp:22
AbstractSerializer(const std::string &_fname, ACCESSMODE _mode) noexcept
ctor, uses RAII to open the file, flag indicates if we have read or write mode
GLsizei const GLchar *const * string
Definition: glew.h:1847
virtual ~AbstractSerializer() noexcept
dtor will close the file