Version: 9.12.0
MEDCoupling::DataArrayByteTuple Class Reference

Public Member Functions

DataArrayBytebuildDAByte (std::size_t nbOfTuples, std::size_t nbOfCompo) const
 
char byteValue () const
 
 DataArrayByteTuple (char *pt, std::size_t nbOfComp)
 
const char * getConstPointer () const
 
std::size_t getNumberOfCompo () const
 
char * getPointer ()
 
std::string repr () const
 

Constructor & Destructor Documentation

◆ DataArrayByteTuple()

MEDCoupling::DataArrayByteTuple::DataArrayByteTuple ( char *  pt,
std::size_t  nbOfComp 
)

Member Function Documentation

◆ repr()

std::string MEDCoupling::DataArrayByteTuple::repr ( ) const

◆ getNumberOfCompo()

std::size_t MEDCoupling::DataArrayByteTuple::getNumberOfCompo ( ) const

◆ getConstPointer()

const char* MEDCoupling::DataArrayByteTuple::getConstPointer ( ) const

◆ getPointer()

char* MEDCoupling::DataArrayByteTuple::getPointer ( )

◆ byteValue()

char MEDCoupling::DataArrayByteTuple::byteValue ( ) const

◆ buildDAByte()

DataArrayByte* MEDCoupling::DataArrayByteTuple::buildDAByte ( std::size_t  nbOfTuples,
std::size_t  nbOfCompo 
) const