#include <wrapper.h>
Public Member Functions | |
FedArray () throw (OutOfMemory) | |
FedArray (const DBMMatrix &m) throw (OutOfMemory,IncompatibleDBM) | |
FedArray & | operator| (const DBMMatrix &m) throw (OutOfMemory,IncompatibleDBM,std::bad_alloc) |
int | size () const |
const DBMMatrix & | get (int index) const |
Private Types | |
typedef PointerAP< DBMMatrix > | matrixptr_t |
Private Attributes | |
int | matrixSize |
matrixptr_t | matrices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|