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