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

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)
 

Constructor & Destructor Documentation

Member Function Documentation

template<class T>
void MEDCoupling::MEDCouplingPointer< T >::null ( )
template<class T>
bool MEDCoupling::MEDCouplingPointer< T >::isNull ( ) const
template<class T>
void MEDCoupling::MEDCouplingPointer< T >::setInternal ( T *  pointer)
template<class T>
void MEDCoupling::MEDCouplingPointer< T >::setExternal ( const T *  pointer)
template<class T>
const T* MEDCoupling::MEDCouplingPointer< T >::getConstPointer ( ) const
template<class T>
const T* MEDCoupling::MEDCouplingPointer< T >::getConstPointerLoc ( std::size_t  offset) const
template<class T>
T* MEDCoupling::MEDCouplingPointer< T >::getPointer ( )