ANTLR Support Libraries 2.7.1+
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Public Member Functions | Private Attributes
ASTRefCount< T > Class Template Reference

#include <ASTRefCount.hpp>

Collaboration diagram for 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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<class T>
ASTRef* ASTRefCount< T >::ref
private

The documentation for this class was generated from the following file: