OpenTREP Logo  0.6.0
C++ Open Travel Request Parsing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
static void PORGeneration(const PORFilePath_T &)
Definition: PORParser.cpp:16