CoinUtils  trunk
CoinFactorizationDoubleArrayWithLength Class Reference

CoinFactorizationDouble * version. More...

#include <CoinIndexedVector.hpp>

+ Inheritance diagram for CoinFactorizationDoubleArrayWithLength:
+ Collaboration diagram for CoinFactorizationDoubleArrayWithLength:

List of all members.

Public Member Functions

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

Detailed Description

CoinFactorizationDouble * version.

Definition at line 671 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

Default constructor - NULL.

Definition at line 701 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes - size_ -1.

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

Copy constructor.

Definition at line 713 of file CoinIndexedVector.hpp.

Copy constructor.2.

Definition at line 716 of file CoinIndexedVector.hpp.


Member Function Documentation

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 677 of file CoinIndexedVector.hpp.

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 680 of file CoinIndexedVector.hpp.

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 687 of file CoinIndexedVector.hpp.

Conditionally gets new array.

Definition at line 694 of file CoinIndexedVector.hpp.

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

Assignment operator.

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