CoinBigIndex * version. More...
#include <CoinIndexedVector.hpp>
Public Member Functions | |
Get methods. | |
int | getSize () const |
Get the size. | |
CoinBigIndex * | array () const |
Get Array. | |
Set methods | |
void | setSize (int value) |
Set the size. | |
Condition methods | |
CoinBigIndex * | conditionalNew (int sizeWanted) |
Conditionally gets new array. | |
Constructors and destructors | |
CoinBigIndexArrayWithLength () | |
Default constructor - NULL. | |
CoinBigIndexArrayWithLength (int size) | |
Alternate Constructor - length in bytes - size_ -1. | |
CoinBigIndexArrayWithLength (int size, int mode) | |
Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed. | |
CoinBigIndexArrayWithLength (const CoinBigIndexArrayWithLength &rhs) | |
Copy constructor. | |
CoinBigIndexArrayWithLength (const CoinBigIndexArrayWithLength *rhs) | |
Copy constructor.2. | |
CoinBigIndexArrayWithLength & | operator= (const CoinBigIndexArrayWithLength &rhs) |
Assignment operator. |
CoinBigIndex * version.
Definition at line 835 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength::CoinBigIndexArrayWithLength | ( | ) | [inline] |
Default constructor - NULL.
Definition at line 865 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength::CoinBigIndexArrayWithLength | ( | int | size | ) | [inline] |
Alternate Constructor - length in bytes - size_ -1.
Definition at line 868 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength::CoinBigIndexArrayWithLength | ( | 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 874 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength::CoinBigIndexArrayWithLength | ( | const CoinBigIndexArrayWithLength & | rhs | ) | [inline] |
Copy constructor.
Definition at line 877 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength::CoinBigIndexArrayWithLength | ( | const CoinBigIndexArrayWithLength * | rhs | ) | [inline] |
Copy constructor.2.
Definition at line 880 of file CoinIndexedVector.hpp.
int CoinBigIndexArrayWithLength::getSize | ( | ) | const [inline] |
Get the size.
Reimplemented from CoinArrayWithLength.
Definition at line 841 of file CoinIndexedVector.hpp.
CoinBigIndex* CoinBigIndexArrayWithLength::array | ( | ) | const [inline] |
Get Array.
Reimplemented from CoinArrayWithLength.
Definition at line 844 of file CoinIndexedVector.hpp.
void CoinBigIndexArrayWithLength::setSize | ( | int | value | ) | [inline] |
Set the size.
Reimplemented from CoinArrayWithLength.
Definition at line 851 of file CoinIndexedVector.hpp.
CoinBigIndex* CoinBigIndexArrayWithLength::conditionalNew | ( | int | sizeWanted | ) | [inline] |
Conditionally gets new array.
Definition at line 858 of file CoinIndexedVector.hpp.
CoinBigIndexArrayWithLength& CoinBigIndexArrayWithLength::operator= | ( | const CoinBigIndexArrayWithLength & | rhs | ) | [inline] |
Assignment operator.
Reimplemented from CoinArrayWithLength.
Definition at line 883 of file CoinIndexedVector.hpp.