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