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.
stdair::RootFilePath::RootFilePath | ( | const Filename_T & | iFilename | ) | [inline] |
Main Constructor.
Definition at line 27 of file stdair_file.hpp.
stdair::RootFilePath::RootFilePath | ( | ) | [inline] |
Default constructor.
Definition at line 32 of file stdair_file.hpp.
virtual stdair::RootFilePath::~RootFilePath | ( | ) | [inline, virtual] |
Destructor.
Definition at line 37 of file stdair_file.hpp.
const char* stdair::RootFilePath::name | ( | ) | const [inline] |
Give the details of the exception.
Definition at line 42 of file stdair_file.hpp.
References _filename.
const Filename_T stdair::RootFilePath::_filename [protected] |