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

#include <TokenRefCount.hpp>

Collaboration diagram for TokenRefCount< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TokenRefCount (const Token *p=0)
 TokenRefCount (const TokenRefCount< T > &other)
 ~TokenRefCount ()
TokenRefCount< T > & operator= (Token *other)
TokenRefCount< T > & operator= (const TokenRefCount< T > &other)
 operator T * () const
T * operator-> () const
T * get () const

Private Attributes

TokenRefref

template<class T>
class TokenRefCount< T >


Constructor & Destructor Documentation

template<class T>
TokenRefCount< T >::TokenRefCount ( const Token p = 0) [inline]
template<class T>
TokenRefCount< T >::TokenRefCount ( const TokenRefCount< T > &  other) [inline]
template<class T>
TokenRefCount< T >::~TokenRefCount ( ) [inline]

Member Function Documentation

template<class T>
T* TokenRefCount< T >::get ( ) const [inline]
template<class T>
TokenRefCount< T >::operator T * ( ) const [inline]
template<class T>
T* TokenRefCount< T >::operator-> ( ) const [inline]
template<class T>
TokenRefCount<T>& TokenRefCount< T >::operator= ( Token other) [inline]
template<class T>
TokenRefCount<T>& TokenRefCount< T >::operator= ( const TokenRefCount< T > &  other) [inline]

Member Data Documentation

template<class T>
TokenRef* TokenRefCount< T >::ref [private]

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