#include <ASTRefCount.hpp>
Public Methods | |
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|