|
The SWORD Project
1.9.0.svnversion
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | SWCATCH(x) catch (x) |
| #define | SWDEPRECATED |
| #define | SWDLLEXPORT |
| #define | SWDLLEXPORT_CTORFN |
| #define | SWDLLEXPORT_DATA(type) type |
| #define | SWDLLIMPORT |
| #define | SWDYNAMIC_CAST(className, object) dynamic_cast<className *>(object) |
| #define | SWLOGD(...) SWLog::getSystemLog()->logDebug(__VA_ARGS__) |
| #define | SWLOGI(...) SWLog::getSystemLog()->logInformation(__VA_ARGS__) |
| #define | SWLOGTI(...) SWLog::getSystemLog()->logTimedInformation(__VA_ARGS__) |
| #define | SWORD_NAMESPACE_END |
| #define | SWORD_NAMESPACE_START |
| #define | SWTRY try |
| #define SWDYNAMIC_CAST | ( | className, | |
| object | |||
| ) | dynamic_cast<className *>(object) |
| #define SWLOGD | ( | ... | ) | SWLog::getSystemLog()->logDebug(__VA_ARGS__) |
| #define SWLOGI | ( | ... | ) | SWLog::getSystemLog()->logInformation(__VA_ARGS__) |
| #define SWLOGTI | ( | ... | ) | SWLog::getSystemLog()->logTimedInformation(__VA_ARGS__) |