CoinIntArrayWithLength Class Reference

int * version More...

#include <CoinIndexedVector.hpp>

Inheritance diagram for CoinIntArrayWithLength:
CoinArrayWithLength

List of all members.

Public Member Functions

Get methods.



int getSize () const
 Get the size.
int * array () const
 Get Array.
Set methods



void setSize (int value)
 Set the size.
Condition methods



int * conditionalNew (int sizeWanted)
 Conditionally gets new array.
Constructors and destructors



 CoinIntArrayWithLength ()
 Default constructor - NULL.
 CoinIntArrayWithLength (int size)
 Alternate Constructor - length in bytes - size_ -1.
 CoinIntArrayWithLength (int size, int mode)
 Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.
 CoinIntArrayWithLength (const CoinIntArrayWithLength &rhs)
 Copy constructor.
 CoinIntArrayWithLength (const CoinIntArrayWithLength *rhs)
 Copy constructor.2.
CoinIntArrayWithLengthoperator= (const CoinIntArrayWithLength &rhs)
 Assignment operator.

Detailed Description

int * version

Definition at line 781 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

CoinIntArrayWithLength::CoinIntArrayWithLength (  )  [inline]

Default constructor - NULL.

Definition at line 811 of file CoinIndexedVector.hpp.

CoinIntArrayWithLength::CoinIntArrayWithLength ( int  size  )  [inline]

Alternate Constructor - length in bytes - size_ -1.

Definition at line 814 of file CoinIndexedVector.hpp.

CoinIntArrayWithLength::CoinIntArrayWithLength ( 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 820 of file CoinIndexedVector.hpp.

CoinIntArrayWithLength::CoinIntArrayWithLength ( const CoinIntArrayWithLength rhs  )  [inline]

Copy constructor.

Definition at line 823 of file CoinIndexedVector.hpp.

CoinIntArrayWithLength::CoinIntArrayWithLength ( const CoinIntArrayWithLength rhs  )  [inline]

Copy constructor.2.

Definition at line 826 of file CoinIndexedVector.hpp.


Member Function Documentation

int CoinIntArrayWithLength::getSize (  )  const [inline]

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 787 of file CoinIndexedVector.hpp.

int* CoinIntArrayWithLength::array (  )  const [inline]

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 790 of file CoinIndexedVector.hpp.

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

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 797 of file CoinIndexedVector.hpp.

int* CoinIntArrayWithLength::conditionalNew ( int  sizeWanted  )  [inline]

Conditionally gets new array.

Definition at line 804 of file CoinIndexedVector.hpp.

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

Assignment operator.

Reimplemented from CoinArrayWithLength.

Definition at line 829 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

Generated on 28 Aug 2016 for CoinUtils by  doxygen 1.6.1