0.07.11
C++ Open Travel Request Parsing Library
PlaceList.hpp
Go to the documentation of this file.
1
#ifndef __OPENTREP_BOM_PLACELIST_HPP
2
#define __OPENTREP_BOM_PLACELIST_HPP
3
4
// //////////////////////////////////////////////////////////////////////
5
// Import section
6
// //////////////////////////////////////////////////////////////////////
7
// STL
8
#include <map>
9
#include <list>
10
11
namespace
OPENTREP
{
12
13
// Forward declarations
14
class
Place;
15
16
// ///////////// Type definitions ////////////////////
17
// typedef std::size_t PlaceID_T;
18
// typedef std::map<PlaceID_T, Place*> PlaceDirectList_T;
19
20
typedef
std::multimap<std::string, Place*>
PlaceList_T
;
21
typedef
std::list<Place*>
PlaceOrderedList_T
;
22
23
}
24
#endif
// __OPENTREP_BOM_PLACELIST_HPP
OPENTREP
Definition:
BasChronometer.cpp:10
OPENTREP::PlaceOrderedList_T
std::list< Place * > PlaceOrderedList_T
Definition:
PlaceList.hpp:21
OPENTREP::PlaceList_T
std::multimap< std::string, Place * > PlaceList_T
Definition:
PlaceList.hpp:14
Generated on Thu Jul 14 2022 00:00:00 for OpenTREP by
1.9.1