RefCount< T >::Ref Struct Reference
Collaboration diagram for RefCount< T >::Ref:
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 &) |
template<class T>
struct RefCount< T >::Ref
Constructor & Destructor Documentation
|
Definition at line 23 of file RefCount.hpp. |
|
Definition at line 24 of file RefCount.hpp. |
|
|
Member Function Documentation
|
Definition at line 26 of file RefCount.hpp. Referenced by RefCount< TreeParserInputState >::operator=(), and RefCount< TreeParserInputState >::~RefCount(). |
|
Definition at line 25 of file RefCount.hpp. Referenced by RefCount< TreeParserInputState >::operator=(). |
|
|
Member Data Documentation
|
Definition at line 21 of file RefCount.hpp. |
|
Definition at line 20 of file RefCount.hpp. Referenced by RefCount< TreeParserInputState >::get(), RefCount< TreeParserInputState >::operator T *(), and RefCount< TreeParserInputState >::operator->(). |
The documentation for this struct was generated from the following file:
- lib/antlr/antlr/RefCount.hpp