CoinDoubleArrayWithLength

double * version

double * version

Inheritance

Inherits from: CoinArrayWithLength

Public Methods

getSize

Get the size.

CoinBigIndex getSize()

array

Get Array.

double * array()

setSize

Set the size.

void setSize(CoinByteArray value)

Parameters:

conditionalNew

Conditionally gets new array.

double * conditionalNew(CoinByteArray sizeWanted)

Parameters:

CoinDoubleArrayWithLength

Default constructor - NULL.

 CoinDoubleArrayWithLength()

CoinDoubleArrayWithLength

Alternate Constructor - length in bytes - size_ -1.

 CoinDoubleArrayWithLength(CoinByteArray size)

Parameters:

CoinDoubleArrayWithLength

Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.

 CoinDoubleArrayWithLength(CoinByteArray size, int mode)

Parameters:

CoinDoubleArrayWithLength

Copy constructor.

 CoinDoubleArrayWithLength(const CoinDoubleArrayWithLength & rhs)

Parameters:

CoinDoubleArrayWithLength

Copy constructor.2.

 CoinDoubleArrayWithLength(const CoinDoubleArrayWithLength * rhs)

Parameters:

operator=

Assignment operator.

CoinDoubleArrayWithLength & operator=(const CoinDoubleArrayWithLength & rhs)

Parameters:

Source

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