0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
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::Place
Class modelling a place/POR (point of reference).
Definition
Place.hpp:29
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:20
Generated on Mon May 5 2025 00:00:00 for OpenTREP by
1.13.2