CoinUtils  trunk
CoinFactorizationLongDoubleArrayWithLength Class Reference

CoinFactorizationLongDouble * version. More...

#include <CoinIndexedVector.hpp>

+ Inheritance diagram for CoinFactorizationLongDoubleArrayWithLength:
+ Collaboration diagram for CoinFactorizationLongDoubleArrayWithLength:

List of all members.

Public Member Functions

Get methods.
int getSize () const
 Get the size.
long double * array () const
 Get Array.
Set methods
void setSize (int value)
 Set the size.
Condition methods
long double * conditionalNew (int sizeWanted)
 Conditionally gets new array.
Constructors and destructors
 CoinFactorizationLongDoubleArrayWithLength ()
 Default constructor - NULL.
 CoinFactorizationLongDoubleArrayWithLength (int size)
 Alternate Constructor - length in bytes - size_ -1.
 CoinFactorizationLongDoubleArrayWithLength (int size, int mode)
 Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.
 CoinFactorizationLongDoubleArrayWithLength (const CoinFactorizationLongDoubleArrayWithLength &rhs)
 Copy constructor.
 CoinFactorizationLongDoubleArrayWithLength (const CoinFactorizationLongDoubleArrayWithLength *rhs)
 Copy constructor.2.
CoinFactorizationLongDoubleArrayWithLengthoperator= (const CoinFactorizationLongDoubleArrayWithLength &rhs)
 Assignment operator.

Detailed Description

CoinFactorizationLongDouble * version.

Definition at line 725 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

Default constructor - NULL.

Definition at line 755 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes - size_ -1.

Definition at line 758 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed.

Definition at line 764 of file CoinIndexedVector.hpp.

Copy constructor.

Definition at line 767 of file CoinIndexedVector.hpp.

Copy constructor.2.

Definition at line 770 of file CoinIndexedVector.hpp.


Member Function Documentation

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 731 of file CoinIndexedVector.hpp.

long double* CoinFactorizationLongDoubleArrayWithLength::array ( ) const [inline]

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 734 of file CoinIndexedVector.hpp.

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 741 of file CoinIndexedVector.hpp.

long double* CoinFactorizationLongDoubleArrayWithLength::conditionalNew ( int  sizeWanted) [inline]

Conditionally gets new array.

Definition at line 748 of file CoinIndexedVector.hpp.

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

Assignment operator.

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