OpenMD 3.1
Molecular Dynamics in the Open
|
Public Member Functions | |
TokenRef (Token *p) | |
TokenRef * | increment () |
bool | decrement () |
Static Public Member Functions | |
static TokenRef * | getRef (const Token *p) |
Public Attributes | |
Token *const | ptr |
unsigned int | count |
Definition at line 19 of file TokenRefCount.hpp.
antlr::TokenRef::TokenRef | ( | Token * | p | ) |
Definition at line 14 of file TokenRefCount.cpp.
antlr::TokenRef::~TokenRef | ( | ) |
Definition at line 21 of file TokenRefCount.cpp.
|
inline |
Definition at line 31 of file TokenRefCount.hpp.
Definition at line 26 of file TokenRefCount.cpp.
|
inline |
Definition at line 26 of file TokenRefCount.hpp.
unsigned int antlr::TokenRef::count |
Definition at line 22 of file TokenRefCount.hpp.
Token* const antlr::TokenRef::ptr |
Definition at line 21 of file TokenRefCount.hpp.