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:

conditionalNew

Conditionally gets new array.

void ** conditionalNew(CoinByteArray sizeWanted)

Parameters:

CoinVoidStarArrayWithLength

Default constructor - NULL.

 CoinVoidStarArrayWithLength()

CoinVoidStarArrayWithLength

Alternate Constructor - length in bytes - size_ -1.

 CoinVoidStarArrayWithLength(CoinByteArray size)

Parameters:

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:

CoinVoidStarArrayWithLength

Copy constructor.

 CoinVoidStarArrayWithLength(const CoinVoidStarArrayWithLength & rhs)

Parameters:

CoinVoidStarArrayWithLength

Copy constructor.2.

 CoinVoidStarArrayWithLength(const CoinVoidStarArrayWithLength * rhs)

Parameters:

operator=

Assignment operator.

CoinVoidStarArrayWithLength & operator=(const CoinVoidStarArrayWithLength & rhs)

Parameters:

Source

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