antlr::RefCount< T > Class Template Reference

#include <RefCount.hpp>

Collaboration diagram for antlr::RefCount< T >:
[legend]

List of all members.

Classes

struct  Ref

Public Member Functions

 RefCount (T *p=0)
 RefCount (const RefCount< T > &other)
 ~RefCount ()
RefCount< T > & operator= (const RefCount< T > &other)
 operator T * () const
T * operator-> () const
T * get () const
template<class newType >
 operator RefCount< newType > ()

Private Attributes

struct antlr::RefCount::Refref

template<class T>
class antlr::RefCount< T >


Constructor & Destructor Documentation

template<class T>
antlr::RefCount< T >::RefCount ( T *  p = 0  )  [inline, explicit]
template<class T>
antlr::RefCount< T >::RefCount ( const RefCount< T > &  other  )  [inline]
template<class T>
antlr::RefCount< T >::~RefCount (  )  [inline]

Member Function Documentation

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

Member Data Documentation

template<class T>
struct antlr::RefCount::Ref* antlr::RefCount< 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