CoinVoidStarArrayWithLength
void * version
void * version
Inheritance
Inherits from: CoinArrayWithLength
Public Methods
getSize
Get the size.
CoinBigIndex getSize()
array
Get Array.
void ** array()
setSize
Set the size.
void setSize(CoinByteArray value)
Parameters:
value(CoinByteArray)
conditionalNew
Conditionally gets new array.
void ** conditionalNew(CoinByteArray sizeWanted)
Parameters:
sizeWanted(CoinByteArray)
CoinVoidStarArrayWithLength
Default constructor - NULL.
CoinVoidStarArrayWithLength()
CoinVoidStarArrayWithLength
Alternate Constructor - length in bytes - size_ -1.
CoinVoidStarArrayWithLength(CoinByteArray size)
Parameters:
size(CoinByteArray)
CoinVoidStarArrayWithLength
Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.
CoinVoidStarArrayWithLength(CoinByteArray size, int mode)
Parameters:
size(CoinByteArray)mode(int)
CoinVoidStarArrayWithLength
Copy constructor.
CoinVoidStarArrayWithLength(const CoinVoidStarArrayWithLength & rhs)
Parameters:
rhs(const CoinVoidStarArrayWithLength &)
CoinVoidStarArrayWithLength
Copy constructor.2.
CoinVoidStarArrayWithLength(const CoinVoidStarArrayWithLength * rhs)
Parameters:
rhs(const CoinVoidStarArrayWithLength *)
operator=
Assignment operator.
CoinVoidStarArrayWithLength & operator=(const CoinVoidStarArrayWithLength & rhs)
Parameters:
rhs(const CoinVoidStarArrayWithLength &)
Source
Header: layer-0/CoinUtils/src/CoinIndexedVector.hpp