OpenTREP Logo  0.07.7
C++ Open Travel Request Parsing Library
PORParser.hpp
Go to the documentation of this file.
1 #ifndef __OPENTREP_CMD_PORPARSER_HPP
2 #define __OPENTREP_CMD_PORPARSER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // OpenTREP
9 
10 namespace OPENTREP {
11 
15  class PORParser {
16  public:
23  static void PORGeneration (const PORFilePath_T&);
24  };
25 }
26 #endif // __OPENTREP_CMD_PORPARSER_HPP
OPENTREP::PORFilePath_T
Definition: OPENTREP_Types.hpp:37
OPENTREP
Definition: BasChronometer.cpp:10
OPENTREP::PORParser
Definition: PORParser.hpp:15
OPENTREP::PORParser::PORGeneration
static void PORGeneration(const PORFilePath_T &)
Definition: PORParser.cpp:16
OPENTREP_Types.hpp