ANTLR Support Libraries 2.7.1+
Public Member Functions | Private Attributes
antlr::ASTRefCount< T > Class Template Reference

#include <ASTRefCount.hpp>

Collaboration diagram for antlr::ASTRefCount< T >:
Collaboration graph
[legend]

List of all members.

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

ASTRefref

template<class T>
class antlr::ASTRefCount< T >


Constructor & Destructor Documentation

template<class T>
antlr::ASTRefCount< T >::ASTRefCount ( const AST p = 0) [inline]
template<class T>
antlr::ASTRefCount< T >::ASTRefCount ( const ASTRefCount< T > &  other) [inline]
template<class T>
antlr::ASTRefCount< T >::~ASTRefCount ( ) [inline]

Member Function Documentation

template<class T>
T* antlr::ASTRefCount< T >::get ( ) const [inline]
template<class T>
antlr::ASTRefCount< T >::operator T * ( ) const [inline]
template<class T>
T* antlr::ASTRefCount< T >::operator-> ( ) const [inline]
template<class T>
ASTRefCount<T>& antlr::ASTRefCount< T >::operator= ( AST other) [inline]
template<class T>
ASTRefCount<T>& antlr::ASTRefCount< T >::operator= ( const ASTRefCount< T > &  other) [inline]

Member Data Documentation

template<class T>
ASTRef* antlr::ASTRefCount< T >::ref [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines