Public Member Functions | |
const T * | getConstPointer () const |
const T * | getConstPointerLoc (std::size_t offset) const |
T * | getPointer () |
bool | isNull () const |
MEDCouplingPointer () | |
void | null () |
void | setExternal (const T *pointer) |
void | setInternal (T *pointer) |
MEDCoupling::MEDCouplingPointer< T >::MEDCouplingPointer | ( | ) |
void MEDCoupling::MEDCouplingPointer< T >::null | ( | ) |
bool MEDCoupling::MEDCouplingPointer< T >::isNull | ( | ) | const |
void MEDCoupling::MEDCouplingPointer< T >::setInternal | ( | T * | pointer | ) |
void MEDCoupling::MEDCouplingPointer< T >::setExternal | ( | const T * | pointer | ) |
const T* MEDCoupling::MEDCouplingPointer< T >::getConstPointer | ( | ) | const |
const T* MEDCoupling::MEDCouplingPointer< T >::getConstPointerLoc | ( | std::size_t | offset | ) | const |
T* MEDCoupling::MEDCouplingPointer< T >::getPointer | ( | ) |