Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MEDCoupling::MCConstAuto< T > Class Template Reference
Inheritance diagram for MEDCoupling::MCConstAuto< T >:

Public Member Functions

bool isNotNull () const
 
bool isNull () const
 
 MCConstAuto (const MCConstAuto &other)
 
 MCConstAuto (const typename MEDCoupling::MCAuto< T > &other)
 
 MCConstAuto (const T *ptr=0)
 
void nullify ()
 
 operator const T * () const
 
const T & operator* ()
 
const T & operator* () const
 
const T * operator-> ()
 
const T * operator-> () const
 
MCConstAutooperator= (const MCConstAuto &other)
 
MCConstAutooperator= (const T *ptr)
 
bool operator== (const MCConstAuto &other) const
 
bool operator== (const T *other) const
 
void takeRef (const T *ptr)
 
 ~MCConstAuto ()
 

Constructor & Destructor Documentation

template<class T>
MEDCoupling::MCConstAuto< T >::MCConstAuto ( const MCConstAuto< T > &  other)
template<class T>
MEDCoupling::MCConstAuto< T >::MCConstAuto ( const typename MEDCoupling::MCAuto< T > &  other)
template<class T>
MEDCoupling::MCConstAuto< T >::MCConstAuto ( const T *  ptr = 0)
template<class T>
MEDCoupling::MCConstAuto< T >::~MCConstAuto ( )

Member Function Documentation

template<class T>
bool MEDCoupling::MCConstAuto< T >::isNotNull ( ) const
template<class T>
void MEDCoupling::MCConstAuto< T >::nullify ( )
template<class T>
bool MEDCoupling::MCConstAuto< T >::operator== ( const MCConstAuto< T > &  other) const
template<class T>
bool MEDCoupling::MCConstAuto< T >::operator== ( const T *  other) const
template<class T>
MCConstAuto& MEDCoupling::MCConstAuto< T >::operator= ( const MCConstAuto< T > &  other)
template<class T>
MCConstAuto& MEDCoupling::MCConstAuto< T >::operator= ( const T *  ptr)
template<class T>
void MEDCoupling::MCConstAuto< T >::takeRef ( const T *  ptr)
template<class T>
const T* MEDCoupling::MCConstAuto< T >::operator-> ( )
template<class T>
const T* MEDCoupling::MCConstAuto< T >::operator-> ( ) const
template<class T>
const T& MEDCoupling::MCConstAuto< T >::operator* ( )
template<class T>
const T& MEDCoupling::MCConstAuto< T >::operator* ( ) const
template<class T>
MEDCoupling::MCConstAuto< T >::operator const T * ( ) const