RefCount< T > Class Template Reference
#include <RefCount.hpp>
Inheritance diagram for RefCount< T >:


Public Member Functions | |
RefCount (T *p=0) | |
RefCount (const RefCount< T > &other) | |
~RefCount () | |
RefCount< T > & | operator= (const RefCount< T > &other) |
operator T * () const | |
T * | operator-> () const |
T * | get () const |
template<class newType> | |
operator RefCount () | |
Private Attributes | |
RefCount::Ref * | ref |
template<class T>
class RefCount< T >
Constructor & Destructor Documentation
|
Definition at line 33 of file RefCount.hpp. |
|
Definition at line 37 of file RefCount.hpp. |
|
Definition at line 41 of file RefCount.hpp. |
Member Function Documentation
|
|
Definition at line 70 of file RefCount.hpp. |
|
Definition at line 55 of file RefCount.hpp. |
|
Definition at line 60 of file RefCount.hpp. |
|
Definition at line 46 of file RefCount.hpp. |
Member Data Documentation
|
Referenced by RefCount< TreeParserInputState >::operator=(). |
The documentation for this class was generated from the following file:
- lib/antlr/antlr/RefCount.hpp