CoinUtils
trunk
|
CoinFactorizationLongDouble * version. More...
#include <CoinIndexedVector.hpp>
Public Member Functions | |
Get methods. | |
int | getSize () const |
Get the size. | |
long double * | array () const |
Get Array. | |
Set methods | |
void | setSize (int value) |
Set the size. | |
Condition methods | |
long double * | conditionalNew (int sizeWanted) |
Conditionally gets new array. | |
Constructors and destructors | |
CoinFactorizationLongDoubleArrayWithLength () | |
Default constructor - NULL. | |
CoinFactorizationLongDoubleArrayWithLength (int size) | |
Alternate Constructor - length in bytes - size_ -1. | |
CoinFactorizationLongDoubleArrayWithLength (int size, int mode) | |
Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed. | |
CoinFactorizationLongDoubleArrayWithLength (const CoinFactorizationLongDoubleArrayWithLength &rhs) | |
Copy constructor. | |
CoinFactorizationLongDoubleArrayWithLength (const CoinFactorizationLongDoubleArrayWithLength *rhs) | |
Copy constructor.2. | |
CoinFactorizationLongDoubleArrayWithLength & | operator= (const CoinFactorizationLongDoubleArrayWithLength &rhs) |
Assignment operator. |
CoinFactorizationLongDouble * version.
Definition at line 720 of file CoinIndexedVector.hpp.
Default constructor - NULL.
Definition at line 750 of file CoinIndexedVector.hpp.
CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | int | size | ) | [inline] |
Alternate Constructor - length in bytes - size_ -1.
Definition at line 753 of file CoinIndexedVector.hpp.
CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | int | size, |
int | mode | ||
) | [inline] |
Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.
Definition at line 759 of file CoinIndexedVector.hpp.
CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | const CoinFactorizationLongDoubleArrayWithLength & | rhs | ) | [inline] |
Copy constructor.
Definition at line 762 of file CoinIndexedVector.hpp.
CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | const CoinFactorizationLongDoubleArrayWithLength * | rhs | ) | [inline] |
Copy constructor.2.
Definition at line 765 of file CoinIndexedVector.hpp.
int CoinFactorizationLongDoubleArrayWithLength::getSize | ( | ) | const [inline] |
Get the size.
Reimplemented from CoinArrayWithLength.
Definition at line 726 of file CoinIndexedVector.hpp.
long double* CoinFactorizationLongDoubleArrayWithLength::array | ( | ) | const [inline] |
Get Array.
Reimplemented from CoinArrayWithLength.
Definition at line 729 of file CoinIndexedVector.hpp.
void CoinFactorizationLongDoubleArrayWithLength::setSize | ( | int | value | ) | [inline] |
Set the size.
Reimplemented from CoinArrayWithLength.
Definition at line 736 of file CoinIndexedVector.hpp.
long double* CoinFactorizationLongDoubleArrayWithLength::conditionalNew | ( | int | sizeWanted | ) | [inline] |
Conditionally gets new array.
Definition at line 743 of file CoinIndexedVector.hpp.
CoinFactorizationLongDoubleArrayWithLength& CoinFactorizationLongDoubleArrayWithLength::operator= | ( | const CoinFactorizationLongDoubleArrayWithLength & | rhs | ) | [inline] |
Assignment operator.
Definition at line 768 of file CoinIndexedVector.hpp.