ANTLR Support Libraries 2.7.1+
|
#include <RefCount.hpp>
Classes | |
struct | Ref |
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< newType > () | |
Private Attributes | |
struct RefCount::Ref * | ref |
|
inline |
|
inline |
|
inline |
|
private |