CoinDoubleArrayWithLength Class Reference

double * version More...

#include <CoinIndexedVector.hpp>

Inheritance diagram for CoinDoubleArrayWithLength:
CoinArrayWithLength

List of all members.

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.
CoinDoubleArrayWithLengthoperator= (const CoinDoubleArrayWithLength &rhs)
 Assignment operator.

Detailed Description

double * version

Definition at line 619 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

CoinDoubleArrayWithLength::CoinDoubleArrayWithLength (  )  [inline]

Default constructor - NULL.

Definition at line 649 of file CoinIndexedVector.hpp.

CoinDoubleArrayWithLength::CoinDoubleArrayWithLength ( int  size  )  [inline]

Alternate Constructor - length in bytes - size_ -1.

Definition at line 652 of file CoinIndexedVector.hpp.

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 658 of file CoinIndexedVector.hpp.

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

Copy constructor.

Definition at line 661 of file CoinIndexedVector.hpp.

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

Copy constructor.2.

Definition at line 664 of file CoinIndexedVector.hpp.


Member Function Documentation

int CoinDoubleArrayWithLength::getSize (  )  const [inline]

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 625 of file CoinIndexedVector.hpp.

double* CoinDoubleArrayWithLength::array (  )  const [inline]

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 628 of file CoinIndexedVector.hpp.

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

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 635 of file CoinIndexedVector.hpp.

double* CoinDoubleArrayWithLength::conditionalNew ( int  sizeWanted  )  [inline]

Conditionally gets new array.

Definition at line 642 of file CoinIndexedVector.hpp.

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

Assignment operator.

Reimplemented from CoinArrayWithLength.

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