ANTLR Support Libraries 2.7.1+
|
#include <ASTRefCount.hpp>
Public Member Functions | |
ASTRefCount (const AST *p=0) | |
ASTRefCount (const ASTRefCount< T > &other) | |
~ASTRefCount () | |
ASTRefCount< T > & | operator= (AST *other) |
ASTRefCount< T > & | operator= (const ASTRefCount< T > &other) |
operator T* () const | |
T * | operator-> () const |
T * | get () const |
Private Attributes | |
ASTRef * | ref |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |