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:

conditionalNew

Conditionally gets new array.

int * conditionalNew(CoinByteArray sizeWanted)

Parameters:

CoinIntArrayWithLength

Default constructor - NULL.

 CoinIntArrayWithLength()

CoinIntArrayWithLength

Alternate Constructor - length in bytes - size_ -1.

 CoinIntArrayWithLength(CoinByteArray size)

Parameters:

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:

CoinIntArrayWithLength

Copy constructor.

 CoinIntArrayWithLength(const CoinIntArrayWithLength & rhs)

Parameters:

CoinIntArrayWithLength

Copy constructor.2.

 CoinIntArrayWithLength(const CoinIntArrayWithLength * rhs)

Parameters:

operator=

Assignment operator.

CoinIntArrayWithLength & operator=(const CoinIntArrayWithLength & rhs)

Parameters:

Source

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