OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
antlr::ASTRefCount< T > Class Template Reference

Public Member Functions

 ASTRefCount (const AST *p=0)
 
 ASTRefCount (const ASTRefCount< T > &other)
 
ASTRefCount< T > & operator= (AST *other)
 
ASTRefCount< T > & operator= (const ASTRefCount< T > &other)
 
 operator T* () const
 
T * operator-> () const
 
T * get () const
 

Detailed Description

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

Definition at line 43 of file ASTRefCount.hpp.

Constructor & Destructor Documentation

◆ ASTRefCount() [1/2]

template<class T >
antlr::ASTRefCount< T >::ASTRefCount ( const AST * p = 0)
inline

Definition at line 49 of file ASTRefCount.hpp.

◆ ASTRefCount() [2/2]

template<class T >
antlr::ASTRefCount< T >::ASTRefCount ( const ASTRefCount< T > & other)
inline

Definition at line 53 of file ASTRefCount.hpp.

◆ ~ASTRefCount()

template<class T >
antlr::ASTRefCount< T >::~ASTRefCount ( )
inline

Definition at line 57 of file ASTRefCount.hpp.

Member Function Documentation

◆ get()

template<class T >
T * antlr::ASTRefCount< T >::get ( ) const
inline

Definition at line 89 of file ASTRefCount.hpp.

◆ operator T*()

template<class T >
antlr::ASTRefCount< T >::operator T* ( ) const
inline

Definition at line 87 of file ASTRefCount.hpp.

◆ operator->()

template<class T >
T * antlr::ASTRefCount< T >::operator-> ( ) const
inline

Definition at line 88 of file ASTRefCount.hpp.

◆ operator=() [1/2]

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

Definition at line 62 of file ASTRefCount.hpp.

◆ operator=() [2/2]

template<class T >
ASTRefCount< T > & antlr::ASTRefCount< T >::operator= ( const ASTRefCount< T > & other)
inline

Definition at line 73 of file ASTRefCount.hpp.


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