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