|
Pol
Revision:cb584c9
|
#include <string>Go to the source code of this file.
Classes | |
| class | Pol::Core::Checkpoint |
Namespaces | |
| Pol | |
| Pol::Core | |
Macros | |
| #define | CLEAR_CHECKPOINT() checkpoint.clear() |
| #define | DECLARE_CHECKPOINT Core::Checkpoint checkpoint( __FILE__ ) |
| #define | UPDATE_CHECKPOINT() checkpoint.setvalue( __LINE__ ) |
Functions | |
| void | Pol::Core::checkpoint (const char *msg, unsigned short minlvl) |
Definition in file checkpnt.h.
| #define CLEAR_CHECKPOINT | ( | ) | checkpoint.clear() |
Definition at line 37 of file checkpnt.h.
Referenced by Pol::Mobile::Character::die().
| #define DECLARE_CHECKPOINT Core::Checkpoint checkpoint( __FILE__ ) |
Definition at line 33 of file checkpnt.h.
Referenced by Pol::Mobile::Character::die().
| #define UPDATE_CHECKPOINT | ( | ) | checkpoint.setvalue( __LINE__ ) |
Definition at line 35 of file checkpnt.h.
Referenced by Pol::Mobile::Character::die().