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:

conditionalNew

Conditionally gets new array.

CoinBigIndex * conditionalNew(CoinByteArray sizeWanted)

Parameters:

CoinBigIndexArrayWithLength

Default constructor - NULL.

 CoinBigIndexArrayWithLength()

CoinBigIndexArrayWithLength

Alternate Constructor - length in bytes - size_ -1.

 CoinBigIndexArrayWithLength(CoinByteArray size)

Parameters:

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:

CoinBigIndexArrayWithLength

Copy constructor.

 CoinBigIndexArrayWithLength(const CoinBigIndexArrayWithLength & rhs)

Parameters:

CoinBigIndexArrayWithLength

Copy constructor.2.

 CoinBigIndexArrayWithLength(const CoinBigIndexArrayWithLength * rhs)

Parameters:

operator=

Assignment operator.

CoinBigIndexArrayWithLength & operator=(const CoinBigIndexArrayWithLength & rhs)

Parameters:

Source

Header: layer-0/CoinUtils/src/CoinIndexedVector.hpp