StdAir Logo  1.00.21
C++ Standard Airline IT Object Library
Loading...
Searching...
No Matches
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
11namespace 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
Handle on the StdAir library context.
std::string MapKey_T
Definition key_types.hpp:15
std::list< std::string > KeyList_T
Definition key_types.hpp:18