double * version More...
#include <CoinIndexedVector.hpp>


Public Member Functions | |
Get methods. | |
| int | getSize () const |
| Get the size. | |
| double * | array () const |
| Get Array. | |
Set methods | |
| void | setSize (int value) |
| Set the size. | |
Condition methods | |
| double * | conditionalNew (int sizeWanted) |
| Conditionally gets new array. | |
Constructors and destructors | |
| CoinDoubleArrayWithLength () | |
| Default constructor - NULL. | |
| CoinDoubleArrayWithLength (int size) | |
| Alternate Constructor - length in bytes - size_ -1. | |
| CoinDoubleArrayWithLength (int size, int mode) | |
| Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed. | |
| CoinDoubleArrayWithLength (const CoinDoubleArrayWithLength &rhs) | |
| Copy constructor. | |
| CoinDoubleArrayWithLength (const CoinDoubleArrayWithLength *rhs) | |
| Copy constructor.2. | |
| CoinDoubleArrayWithLength & | operator= (const CoinDoubleArrayWithLength &rhs) |
| Assignment operator. | |
double * version
Definition at line 617 of file CoinIndexedVector.hpp.
| CoinDoubleArrayWithLength::CoinDoubleArrayWithLength | ( | ) | [inline] |
Default constructor - NULL.
Definition at line 647 of file CoinIndexedVector.hpp.
References CoinArrayWithLength::array_, and CoinArrayWithLength::size_.
| CoinDoubleArrayWithLength::CoinDoubleArrayWithLength | ( | int | size | ) | [inline] |
Alternate Constructor - length in bytes - size_ -1.
Definition at line 650 of file CoinIndexedVector.hpp.
References CoinArrayWithLength::array_, CoinSizeofAsInt, and CoinArrayWithLength::size_.
| CoinDoubleArrayWithLength::CoinDoubleArrayWithLength | ( | 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 656 of file CoinIndexedVector.hpp.
| CoinDoubleArrayWithLength::CoinDoubleArrayWithLength | ( | const CoinDoubleArrayWithLength & | rhs | ) | [inline] |
Copy constructor.
Definition at line 659 of file CoinIndexedVector.hpp.
| CoinDoubleArrayWithLength::CoinDoubleArrayWithLength | ( | const CoinDoubleArrayWithLength * | rhs | ) | [inline] |
Copy constructor.2.
Definition at line 662 of file CoinIndexedVector.hpp.
| int CoinDoubleArrayWithLength::getSize | ( | ) | const [inline] |
Get the size.
Reimplemented from CoinArrayWithLength.
Definition at line 623 of file CoinIndexedVector.hpp.
References CoinSizeofAsInt, and CoinArrayWithLength::size_.
| double* CoinDoubleArrayWithLength::array | ( | ) | const [inline] |
Get Array.
Reimplemented from CoinArrayWithLength.
Definition at line 626 of file CoinIndexedVector.hpp.
References CoinArrayWithLength::array_, and CoinArrayWithLength::size_.
| void CoinDoubleArrayWithLength::setSize | ( | int | value | ) | [inline] |
Set the size.
Reimplemented from CoinArrayWithLength.
Definition at line 633 of file CoinIndexedVector.hpp.
References CoinSizeofAsInt, and CoinArrayWithLength::size_.
| double* CoinDoubleArrayWithLength::conditionalNew | ( | int | sizeWanted | ) | [inline] |
Conditionally gets new array.
Definition at line 640 of file CoinIndexedVector.hpp.
References CoinSizeofAsInt.
| CoinDoubleArrayWithLength& CoinDoubleArrayWithLength::operator= | ( | const CoinDoubleArrayWithLength & | rhs | ) | [inline] |
Assignment operator.
Reimplemented from CoinArrayWithLength.
Definition at line 665 of file CoinIndexedVector.hpp.
1.6.1