List of all members
CoinArbitraryArrayWithLength Class Reference

arbitrary version More...

#include <CoinIndexedVector.hpp>

Inheritance diagram for CoinArbitraryArrayWithLength:
Inheritance graph
[legend]
Collaboration diagram for CoinArbitraryArrayWithLength:
Collaboration graph
[legend]

Public Member Functions

Get methods.
int getSize () const
 Get the size. More...
 
void ** array () const
 Get Array. More...
 
Set methods
void setSize (int value)
 Set the size. More...
 
Condition methods
char * conditionalNew (int length, int sizeWanted)
 Conditionally gets new array. More...
 
Constructors and destructors
 CoinArbitraryArrayWithLength (int length=1)
 Default constructor - NULL. More...
 
 CoinArbitraryArrayWithLength (int length, int size)
 Alternate Constructor - length in bytes - size_ -1. More...
 
 CoinArbitraryArrayWithLength (int length, int size, int mode)
 Alternate Constructor - length in bytes mode - 0 size_ set to size 1 size_ set to size and zeroed. More...
 
 CoinArbitraryArrayWithLength (const CoinArbitraryArrayWithLength &rhs)
 Copy constructor. More...
 
 CoinArbitraryArrayWithLength (const CoinArbitraryArrayWithLength *rhs)
 Copy constructor.2. More...
 
CoinArbitraryArrayWithLengthoperator= (const CoinArbitraryArrayWithLength &rhs)
 Assignment operator. More...
 
- Public Member Functions inherited from CoinArrayWithLength
int getSize () const
 Get the size. More...
 
int rawSize () const
 Get the size. More...
 
bool switchedOn () const
 See if persistence already on. More...
 
int capacity () const
 Get the capacity (just read it) More...
 
void setCapacity ()
 Set the capacity to >=0 if <=-2. More...
 
const char * array () const
 Get Array. More...
 
void setSize (int value)
 Set the size. More...
 
void switchOff ()
 Set the size to -1. More...
 
void switchOn (int alignment=3)
 Set the size to -2 and alignment. More...
 
void setPersistence (int flag, int currentLength)
 Does what is needed to set persistence. More...
 
void clear ()
 Zero out array. More...
 
void swap (CoinArrayWithLength &other)
 Swaps memory between two members. More...
 
void extend (int newSize)
 Extend a persistent array keeping data (size in bytes) More...
 
char * conditionalNew (long sizeWanted)
 Conditionally gets new array. More...
 
void conditionalDelete ()
 Conditionally deletes. More...
 
 CoinArrayWithLength ()
 Default constructor - NULL. More...
 
 CoinArrayWithLength (int size)
 Alternate Constructor - length in bytes - size_ -1. More...
 
 CoinArrayWithLength (int size, int mode)
 Alternate Constructor - length in bytes mode - 0 size_ set to size mode>0 size_ set to size and zeroed if size<=0 just does alignment If abs(mode) >2 then align on that as power of 2. More...
 
 CoinArrayWithLength (const CoinArrayWithLength &rhs)
 Copy constructor. More...
 
 CoinArrayWithLength (const CoinArrayWithLength *rhs)
 Copy constructor.2. More...
 
CoinArrayWithLengthoperator= (const CoinArrayWithLength &rhs)
 Assignment operator. More...
 
void copy (const CoinArrayWithLength &rhs, int numberBytes=-1)
 Assignment with length (if -1 use internal length) More...
 
void allocate (const CoinArrayWithLength &rhs, int numberBytes)
 Assignment with length - does not copy. More...
 
 ~CoinArrayWithLength ()
 Destructor. More...
 
void getArray (int size)
 Get array with alignment. More...
 
void reallyFreeArray ()
 Really get rid of array with alignment. More...
 
void getCapacity (int numberBytes, int numberIfNeeded=-1)
 Get enough space (if more needed then do at least needed) More...
 

Protected Attributes

Private member data
int lengthInBytes_
 Length in bytes. More...
 
- Protected Attributes inherited from CoinArrayWithLength
char * array_
 Array. More...
 
CoinBigIndex size_
 Size of array in bytes. More...
 
int offset_
 Offset of array. More...
 
int alignment_
 Alignment wanted (power of 2) More...
 

Detailed Description

arbitrary version

Definition at line 997 of file CoinIndexedVector.hpp.

Constructor & Destructor Documentation

CoinArbitraryArrayWithLength::CoinArbitraryArrayWithLength ( int  length = 1)
inline

Default constructor - NULL.

Definition at line 1028 of file CoinIndexedVector.hpp.

CoinArbitraryArrayWithLength::CoinArbitraryArrayWithLength ( int  length,
int  size 
)
inline

Alternate Constructor - length in bytes - size_ -1.

Definition at line 1031 of file CoinIndexedVector.hpp.

CoinArbitraryArrayWithLength::CoinArbitraryArrayWithLength ( int  length,
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 1037 of file CoinIndexedVector.hpp.

CoinArbitraryArrayWithLength::CoinArbitraryArrayWithLength ( const CoinArbitraryArrayWithLength rhs)
inline

Copy constructor.

Definition at line 1040 of file CoinIndexedVector.hpp.

CoinArbitraryArrayWithLength::CoinArbitraryArrayWithLength ( const CoinArbitraryArrayWithLength rhs)
inline

Copy constructor.2.

Definition at line 1043 of file CoinIndexedVector.hpp.

Member Function Documentation

int CoinArbitraryArrayWithLength::getSize ( ) const
inline

Get the size.

Definition at line 1003 of file CoinIndexedVector.hpp.

void** CoinArbitraryArrayWithLength::array ( ) const
inline

Get Array.

Definition at line 1006 of file CoinIndexedVector.hpp.

void CoinArbitraryArrayWithLength::setSize ( int  value)
inline

Set the size.

Definition at line 1013 of file CoinIndexedVector.hpp.

char* CoinArbitraryArrayWithLength::conditionalNew ( int  length,
int  sizeWanted 
)
inline

Conditionally gets new array.

Definition at line 1020 of file CoinIndexedVector.hpp.

CoinArbitraryArrayWithLength& CoinArbitraryArrayWithLength::operator= ( const CoinArbitraryArrayWithLength rhs)
inline

Assignment operator.

Definition at line 1046 of file CoinIndexedVector.hpp.

Member Data Documentation

int CoinArbitraryArrayWithLength::lengthInBytes_
protected

Length in bytes.

Definition at line 1054 of file CoinIndexedVector.hpp.


The documentation for this class was generated from the following file: