0.2.2
C++ Simulated Travel Demand Generation Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
10
#include <
trademgen/TRADEMGEN_Exceptions.hpp
>
11
12
namespace
TRADEMGEN {
13
14
// Forward declarations
15
class
TRADEMGEN_Service
;
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
Generated on Mon Aug 13 2012 15:23:41 for TraDemGen by
1.8.1.2