CoinUtils  trunk
CoinVoidStarArrayWithLength Class Reference

void * version More...

#include <CoinIndexedVector.hpp>

+ Inheritance diagram for CoinVoidStarArrayWithLength:
+ Collaboration diagram for CoinVoidStarArrayWithLength:

List of all members.

Public Member Functions

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

Detailed Description

void * version

Definition at line 941 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

Default constructor - NULL.

Definition at line 971 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes - size_ -1.

Definition at line 974 of file CoinIndexedVector.hpp.

CoinVoidStarArrayWithLength::CoinVoidStarArrayWithLength ( 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 980 of file CoinIndexedVector.hpp.

Copy constructor.

Definition at line 983 of file CoinIndexedVector.hpp.

Copy constructor.2.

Definition at line 986 of file CoinIndexedVector.hpp.


Member Function Documentation

int CoinVoidStarArrayWithLength::getSize ( ) const [inline]

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 947 of file CoinIndexedVector.hpp.

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 950 of file CoinIndexedVector.hpp.

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

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 957 of file CoinIndexedVector.hpp.

void** CoinVoidStarArrayWithLength::conditionalNew ( int  sizeWanted) [inline]

Conditionally gets new array.

Definition at line 964 of file CoinIndexedVector.hpp.

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

Assignment operator.

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