CoinUtils  trunk
CoinBigIndexArrayWithLength Class Reference

CoinBigIndex * version. More...

#include <CoinIndexedVector.hpp>

+ Inheritance diagram for CoinBigIndexArrayWithLength:
+ Collaboration diagram for CoinBigIndexArrayWithLength:

List of all members.

Public Member Functions

Get methods.
int getSize () const
 Get the size.
CoinBigIndexarray () const
 Get Array.
Set methods
void setSize (int value)
 Set the size.
Condition methods
CoinBigIndexconditionalNew (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.
CoinBigIndexArrayWithLengthoperator= (const CoinBigIndexArrayWithLength &rhs)
 Assignment operator.

Detailed Description

CoinBigIndex * version.

Definition at line 833 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

Default constructor - NULL.

Definition at line 863 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes - size_ -1.

Definition at line 866 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 872 of file CoinIndexedVector.hpp.

Copy constructor.

Definition at line 875 of file CoinIndexedVector.hpp.

Copy constructor.2.

Definition at line 878 of file CoinIndexedVector.hpp.


Member Function Documentation

int CoinBigIndexArrayWithLength::getSize ( ) const [inline]

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 839 of file CoinIndexedVector.hpp.

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 842 of file CoinIndexedVector.hpp.

void CoinBigIndexArrayWithLength::setSize ( int  value) [inline]

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 849 of file CoinIndexedVector.hpp.

Conditionally gets new array.

Definition at line 856 of file CoinIndexedVector.hpp.

CoinBigIndexArrayWithLength& CoinBigIndexArrayWithLength::operator= ( const CoinBigIndexArrayWithLength rhs) [inline]

Assignment operator.

Definition at line 881 of file CoinIndexedVector.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines