CoinUtils  trunk
CoinUnsignedIntArrayWithLength Class Reference

unsigned int * version More...

#include <CoinIndexedVector.hpp>

+ Inheritance diagram for CoinUnsignedIntArrayWithLength:
+ Collaboration diagram for CoinUnsignedIntArrayWithLength:

List of all members.

Public Member Functions

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

Detailed Description

unsigned int * version

Definition at line 882 of file CoinIndexedVector.hpp.


Constructor & Destructor Documentation

Default constructor - NULL.

Definition at line 912 of file CoinIndexedVector.hpp.

Alternate Constructor - length in bytes - size_ -1.

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

Copy constructor.

Definition at line 924 of file CoinIndexedVector.hpp.

Copy constructor.2.

Definition at line 927 of file CoinIndexedVector.hpp.


Member Function Documentation

Get the size.

Reimplemented from CoinArrayWithLength.

Definition at line 888 of file CoinIndexedVector.hpp.

unsigned int* CoinUnsignedIntArrayWithLength::array ( ) const [inline]

Get Array.

Reimplemented from CoinArrayWithLength.

Definition at line 891 of file CoinIndexedVector.hpp.

Set the size.

Reimplemented from CoinArrayWithLength.

Definition at line 898 of file CoinIndexedVector.hpp.

unsigned int* CoinUnsignedIntArrayWithLength::conditionalNew ( int  sizeWanted) [inline]

Conditionally gets new array.

Definition at line 905 of file CoinIndexedVector.hpp.

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

Assignment operator.

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