1.00.3
C++ Standard Airline IT Object Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
key_types.hpp
Go to the documentation of this file.
1
#ifndef __STDAIR_BOM_KEY_TYPES_HPP
2
#define __STDAIR_BOM_KEY_TYPES_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <string>
9
#include <list>
10
11
namespace
stdair
{
12
13
// //////////////////// Type definitions ///////////
15
typedef
std::string
MapKey_T
;
16
18
typedef
std::list<std::string>
KeyList_T
;
19
20
}
21
#endif // __STDAIR_BOM_KEY_TYPES_HPP
stdair
Handle on the StdAir library context.
Definition:
BasChronometer.cpp:9
stdair::MapKey_T
std::string MapKey_T
Definition:
key_types.hpp:15
stdair::KeyList_T
std::list< std::string > KeyList_T
Definition:
key_types.hpp:18
Generated for StdAir by
1.8.9.1