#include <string>
#include <map>
#include <vector>
#include "peer/components/control/TdkEventHandler.h"
#include "TdkPersistenceObject.h"
#include "TdkObjectGID.h"
#include "TdkObjectTypeDef.h"
#include "TeUtils.h"
#include "TeGeometry.h"
#include "TeMultiGeometry.h"
Classes | |
class | TdkObject |
Defines the class TdkObject. More... | |
Typedefs | |
typedef std::map< std::string, TdkObjectGID * > | TdkObjectGIDMap |
typedef std::vector< TdkObject * > | TdkObjectVector |
typedef TdkObjectGIDMap::iterator | TdkObjectIterator |
typedef std::map< std::string, int > | TdkIntegerMap |
typedef std::map< std::string, double > | TdkRealMap |
typedef std::map< std::string, std::string > | TdkStringMap |
typedef std::map< std::string, TdkObject * > | TdkTypedObjectMap |
typedef std::map< std::string, TdkTypedObjectMap * > | TdkObjectMap |
typedef std::map<std::string, int> TdkIntegerMap |
typedef std::map<std::string, TdkObjectGID*> TdkObjectGIDMap |
typedef TdkObjectGIDMap::iterator TdkObjectIterator |
typedef std::map<std::string, TdkTypedObjectMap*> TdkObjectMap |
typedef std::vector<TdkObject*> TdkObjectVector |
typedef std::map<std::string, double> TdkRealMap |
typedef std::map<std::string, std::string> TdkStringMap |
typedef std::map<std::string, TdkObject*> TdkTypedObjectMap |