Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
MAD_MemPool Class Reference

#include <MAD_MemPool.h>

Public Member Functions

void allocateMemory (const int nOrigRows, const int nCoreCols, const int nBlocks) throw (CoinError)
 
 MAD_MemPool ()
 
 ~MAD_MemPool ()
 

Public Attributes

int * intArrNOrigRows
 
int * intArrNCoreCols
 
double * dblArrNCoreCols
 
pair< int, double > * pIntDblArrNCoreCols
 
double * dblArrNBlocks
 

Detailed Description

Definition at line 21 of file MAD_MemPool.h.

Constructor & Destructor Documentation

MAD_MemPool::MAD_MemPool ( )
inline

Definition at line 53 of file MAD_MemPool.h.

MAD_MemPool::~MAD_MemPool ( )
inline

Member Function Documentation

void MAD_MemPool::allocateMemory ( const int  nOrigRows,
const int  nCoreCols,
const int  nBlocks 
)
throw (CoinError
)
inline

Member Data Documentation

int* MAD_MemPool::intArrNOrigRows

Definition at line 23 of file MAD_MemPool.h.

Referenced by allocateMemory(), and ~MAD_MemPool().

int* MAD_MemPool::intArrNCoreCols

Definition at line 24 of file MAD_MemPool.h.

Referenced by allocateMemory(), and ~MAD_MemPool().

double* MAD_MemPool::dblArrNCoreCols

Definition at line 25 of file MAD_MemPool.h.

Referenced by allocateMemory(), and ~MAD_MemPool().

pair<int, double>* MAD_MemPool::pIntDblArrNCoreCols

Definition at line 26 of file MAD_MemPool.h.

Referenced by allocateMemory(), and ~MAD_MemPool().

double* MAD_MemPool::dblArrNBlocks

Definition at line 27 of file MAD_MemPool.h.

Referenced by allocateMemory(), and ~MAD_MemPool().


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