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 725 of file CoinIndexedVector.hpp.
| CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | ) | [inline] |
Default constructor - NULL.
Definition at line 755 of file CoinIndexedVector.hpp.
| CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | int | size | ) | [inline] |
Alternate Constructor - length in bytes - size_ -1.
Definition at line 758 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 764 of file CoinIndexedVector.hpp.
| CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | const CoinFactorizationLongDoubleArrayWithLength & | rhs | ) | [inline] |
Copy constructor.
Definition at line 767 of file CoinIndexedVector.hpp.
| CoinFactorizationLongDoubleArrayWithLength::CoinFactorizationLongDoubleArrayWithLength | ( | const CoinFactorizationLongDoubleArrayWithLength * | rhs | ) | [inline] |
Copy constructor.2.
Definition at line 770 of file CoinIndexedVector.hpp.
| int CoinFactorizationLongDoubleArrayWithLength::getSize | ( | ) | const [inline] |
Get the size.
Reimplemented from CoinArrayWithLength.
Definition at line 731 of file CoinIndexedVector.hpp.
| long double* CoinFactorizationLongDoubleArrayWithLength::array | ( | ) | const [inline] |
Get Array.
Reimplemented from CoinArrayWithLength.
Definition at line 734 of file CoinIndexedVector.hpp.
| void CoinFactorizationLongDoubleArrayWithLength::setSize | ( | int | value | ) | [inline] |
Set the size.
Reimplemented from CoinArrayWithLength.
Definition at line 741 of file CoinIndexedVector.hpp.
| long double* CoinFactorizationLongDoubleArrayWithLength::conditionalNew | ( | int | sizeWanted | ) | [inline] |
Conditionally gets new array.
Definition at line 748 of file CoinIndexedVector.hpp.
| CoinFactorizationLongDoubleArrayWithLength& CoinFactorizationLongDoubleArrayWithLength::operator= | ( | const CoinFactorizationLongDoubleArrayWithLength & | rhs | ) | [inline] |
Assignment operator.
Reimplemented from CoinArrayWithLength.
Definition at line 773 of file CoinIndexedVector.hpp.
1.6.1