![]() |
VR-Forces 4.3.1 Class Documentation
|
Public Member Functions | |
| trpgr_Token (void) | |
| trpgr_Token (int, trpgr_Callback *, bool destroy=true) | |
| ~trpgr_Token (void) | |
| void | init (int, trpgr_Callback *, bool destroy=true) |
| void | Destruct (void) |
| Should we call delete on the callback or not. | |
Public Attributes | |
| int | Token |
| trpgr_Callback * | cb |
| Constant token value. | |
| bool | destroy |
| Callback when we hit this token. | |
| trpgr_Token::trpgr_Token | ( | void | ) |
| trpgr_Token::trpgr_Token | ( | int | , |
| trpgr_Callback * | , | ||
| bool | destroy = true |
||
| ) |
| trpgr_Token::~trpgr_Token | ( | void | ) |
| void trpgr_Token::init | ( | int | , |
| trpgr_Callback * | , | ||
| bool | destroy = true |
||
| ) |
| void trpgr_Token::Destruct | ( | void | ) |
Should we call delete on the callback or not.
| int trpgr_Token::Token |
| trpgr_Callback* trpgr_Token::cb |
Constant token value.
| bool trpgr_Token::destroy |
Callback when we hit this token.