StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stdair::RootFilePath Class Reference

Root of the input and output files. More...

#include <stdair/stdair_file.hpp>

+ Inheritance diagram for stdair::RootFilePath:

List of all members.

Public Member Functions

 RootFilePath (const Filename_T &iFilename)
 RootFilePath ()
virtual ~RootFilePath ()
const char * name () const

Protected Attributes

const Filename_T _filename

Detailed Description

Root of the input and output files.

All the files inherit from that root.

Definition at line 22 of file stdair_file.hpp.


Constructor & Destructor Documentation

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 ( )
inlinevirtual

Destructor.

Definition at line 37 of file stdair_file.hpp.


Member Function Documentation

const char* stdair::RootFilePath::name ( ) const
inline

Give the details of the exception.

Definition at line 42 of file stdair_file.hpp.

References _filename.

Referenced by stdair::BomINIImport::importINIConfig().


Member Data Documentation

const Filename_T stdair::RootFilePath::_filename
protected

Name of the file.

Definition at line 50 of file stdair_file.hpp.

Referenced by name().


The documentation for this class was generated from the following file: