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