ANTLR Support Libraries 2.7.1+
|
Public Member Functions | |
Ref (T *p) | |
~Ref () | |
Ref * | increment () |
bool | decrement () |
Public Attributes | |
T *const | ptr |
unsigned int | count |
Private Member Functions | |
Ref (const Ref &) | |
Ref & | operator= (const Ref &) |
bool RefCount< T >::Ref::decrement | ( | ) | [inline] |
Ref* RefCount< T >::Ref::increment | ( | ) | [inline] |
unsigned int RefCount< T >::Ref::count |