Public Member Functions | |
| Ref (T *p) | |
| ~Ref () | |
| Ref * | increment () |
| bool | decrement () |
Data Fields | |
| T *const | ptr |
| unsigned int | count |
Private Member Functions | |
| Ref (const Ref &) | |
| Ref & | operator= (const Ref &) |
Definition at line 19 of file RefCount.hpp.
| RefCount< T >::Ref::Ref | ( | T * | p | ) | [inline] |
Definition at line 23 of file RefCount.hpp.
| RefCount< T >::Ref::~Ref | ( | ) | [inline] |
Definition at line 24 of file RefCount.hpp.
Definition at line 25 of file RefCount.hpp.
Referenced by RefCount< TreeParserInputState >::operator=().
| bool RefCount< T >::Ref::decrement | ( | ) | [inline] |
Definition at line 26 of file RefCount.hpp.
Definition at line 20 of file RefCount.hpp.
| unsigned int RefCount< T >::Ref::count |
Definition at line 21 of file RefCount.hpp.
1.5.6