StdAir Logo  1.00.0
C++ Standard Airline IT Object Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BasConst_BomDisplay.hpp
Go to the documentation of this file.
1 #ifndef __STDAIR_BAS_BASCONST_BOMMANAGER_HPP
2 #define __STDAIR_BAS_BASCONST_BOMMANAGER_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // STL
8 #include <string>
9 // Boost
10 #include <boost/tokenizer.hpp>
11 
12 namespace stdair {
13 
16  extern const std::string DISPLAY_LEVEL_STRING_ARRAY[51];
17 
20  extern const std::string DEFAULT_KEY_FLD_DELIMITER;
21 
24  extern const std::string DEFAULT_KEY_SUB_FLD_DELIMITER;
25 
27  extern const boost::char_separator<char> DEFAULT_KEY_TOKEN_DELIMITER;
28 
29 }
30 #endif // __STDAIR_BAS_BASCONST_BOMMANAGER_HPP