#include <string>
#include <map>
Classes | |
class | TdkException |
Provides a class for handling exceptions on Tdk framework. More... | |
Defines | |
#define | _TDK_DEBUG __FILE__,__LINE__ |
This macro is used to replace the debug parameters of the TdkException constructor. | |
Typedefs | |
typedef std::map< int, std::string > | _MSG_MAP |
The message map type definition. |
#define _TDK_DEBUG __FILE__,__LINE__ |
This macro is used to replace the debug parameters of the TdkException constructor.
Tecgraf - GIS development team
Tdk Framework
@(#) TdkExeption.h
typedef std::map<int, std::string> _MSG_MAP |
The message map type definition.