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