$treeview $search $mathjax
StdAir Logo  1.00.2
$projectbrief
$projectbrief
$searchbox

stdair/basic/BasConst_BomDisplay.hpp

Go to the documentation of this file.
00001 #ifndef __STDAIR_BAS_BASCONST_BOMMANAGER_HPP
00002 #define __STDAIR_BAS_BASCONST_BOMMANAGER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 // Boost
00010 #include <boost/tokenizer.hpp>
00011 
00012 namespace stdair {
00013 
00016   extern const std::string DISPLAY_LEVEL_STRING_ARRAY[51];
00017 
00020   extern const std::string DEFAULT_KEY_FLD_DELIMITER;
00021 
00024   extern const std::string DEFAULT_KEY_SUB_FLD_DELIMITER;
00025 
00027   extern const boost::char_separator<char> DEFAULT_KEY_TOKEN_DELIMITER;
00028       
00029 }
00030 #endif // __STDAIR_BAS_BASCONST_BOMMANAGER_HPP