SUMO - Simulation of Urban MObility
MSJunctionControl.h
Go to the documentation of this file.
1 /****************************************************************************/
2 // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo
3 // Copyright (C) 2001-2017 German Aerospace Center (DLR) and others.
4 /****************************************************************************/
5 //
6 // This program and the accompanying materials
7 // are made available under the terms of the Eclipse Public License v2.0
8 // which accompanies this distribution, and is available at
9 // http://www.eclipse.org/legal/epl-v20.html
10 //
11 /****************************************************************************/
20 // Container for junctions; performs operations on all stored junctions
21 /****************************************************************************/
22 #ifndef MSJunctionControl_h
23 #define MSJunctionControl_h
24 
25 
26 // ===========================================================================
27 // included modules
28 // ===========================================================================
29 #ifdef _MSC_VER
30 #include <windows_config.h>
31 #else
32 #include <config.h>
33 #endif
34 
35 #include <vector>
36 #include <map>
37 #include <string>
38 
41 #include "MSJunction.h"
42 
43 
44 // ===========================================================================
45 // class definitions
46 // ===========================================================================
51 class MSJunctionControl : public NamedObjectCont<MSJunction*> {
52 public:
55 
56 
59 
60 
67  void postloadInitContainer();
68 
69 
70 private:
73 
76 
77 };
78 
79 
80 #endif
81 
82 /****************************************************************************/
83 
~MSJunctionControl()
Destructor.
A map of named object pointers.
MSJunctionControl()
Constructor.
Container for junctions; performs operations on all stored junctions.
MSJunctionControl & operator=(const MSJunctionControl &)
Invalidated assignment operator.
void postloadInitContainer()
Closes building of junctions.