#include <matrixseq.h>
Inheritance diagram for mimo::VSeqAttrT< elemT >:
Public Member Functions | |
VSeqAttrT (int dim_=0) | |
VSeqAttrT (const elemT &) | |
virtual | ~VSeqAttrT () |
VSeqAttrT< elemT > & | operator= (const simth::NoAttributes &a) |
const elemT & | defaultElem () const |
bool | operator== (const VSeqAttrT< elemT > &a) const |
bool | operator== (const simth::NoAttributes &a) const |
bool | operator!= (const VSeqAttrT< elemT > &a) const |
bool | operator!= (const simth::NoAttributes &a) const |
|
Initialize the dimension value directly. |
|
This constructor extracts the necessary dimension information from a default element. This constructor is called from the VSequenceStorage constructor that takes a default value. |
|
Default destructor. |
|
Needed for copying from the non-MIMO base class |
|
This method returns the default value to be used when resizing the matrix sequence. |
|
Needed from InputInterface. |
|
|
|
Needed from InputInterface. |
|
|