ASTRefCount< T > Class Template Reference

#include <ASTRefCount.hpp>

Collaboration diagram for ASTRefCount< T >:
[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 ASTRefCount< T >


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= ( const ASTRefCount< T > &  other  )  [inline]
template<class T>
ASTRefCount<T>& ASTRefCount< T >::operator= ( AST other  )  [inline]

Member Data Documentation

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

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

Generated on 16 Nov 2015 for ANTLR Support Libraries 2.7.1+ by  doxygen 1.6.1