#include <matrixseq.h>
Inheritance diagram for mimo::MSeqAttrT< elemT >:
Public Member Functions | |
MSeqAttrT (int dim1_=0, int dim2_=0) | |
MSeqAttrT (const elemT &) | |
virtual | ~MSeqAttrT () |
const elemT & | defaultElem () const |
bool | operator== (const MSeqAttrT< elemT > &a) const |
bool | operator!= (const MSeqAttrT< elemT > &a) const |
|
Initialize the dimension value directly. |
|
This constructor extracts the necessary dimension information from a default element. This constructor is called from the MSequenceStorage constructor that takes a default value. |
|
Default destructor. |
|
This method returns the default value to be used when resizing the matrix sequence. |
|
Needed from InputInterface. |
|
Needed from InputInterface. |