Root of the input and output files. More...
#include <stdair/stdair_file.hpp>
Public Member Functions | |
RootFilePath (const Filename_T &iFilename) | |
RootFilePath () | |
virtual | ~RootFilePath () |
const char * | name () const |
Protected Attributes | |
const Filename_T | _filename |
Root of the input and output files.
All the files inherit from that root.
Definition at line 22 of file stdair_file.hpp.
|
inline |
Main Constructor.
Definition at line 27 of file stdair_file.hpp.
|
inline |
Default constructor.
Definition at line 32 of file stdair_file.hpp.
|
inlinevirtual |
Destructor.
Definition at line 37 of file stdair_file.hpp.
|
inline |
Give the details of the exception.
Definition at line 42 of file stdair_file.hpp.
References _filename.
Referenced by stdair::BomINIImport::importINIConfig().
|
protected |