TraDemGen Logo  0.2.2
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
TRADEMGEN_Types.hpp
Go to the documentation of this file.
1 #ifndef __TRADEMGEN_TRADEMGEN_TYPES_HPP
2 #define __TRADEMGEN_TRADEMGEN_TYPES_HPP
3 
4 // //////////////////////////////////////////////////////////////////////
5 // Import section
6 // //////////////////////////////////////////////////////////////////////
7 // Boost
8 #include <boost/shared_ptr.hpp>
9 // TraDemGen
11 
12 namespace TRADEMGEN {
13 
14  // Forward declarations
16 
17 
18  // //////// Type definitions specific to DSim /////////
22  typedef boost::shared_ptr<TRADEMGEN_Service> TRADEMGEN_ServicePtr_T;
23 
24 }
25 #endif // __TRADEMGEN_TRADEMGEN_TYPES_HPP
26