MDA
|
Public Types | |
typedef DataType | value_type |
Public Member Functions | |
SplitSet (const std::vector< int > &pattern) | |
void | push_back (DataType *set) |
size_t | size () const |
int | id () const |
void | id (int val) |
std::vector< int > | pattern () const |
void | pattern (const std::vector< int > &new_pattern) |
Operators | |
DataType & | operator[] (unsigned int index) |
Operator to access the sequence. More... | |
const DataType & | operator[] (unsigned int index) const |
Friends | |
template<typename SplitSetType > | |
std::ostream & | operator<< (std::ostream &out, const SplitSet< SplitSetType > &seqSet) |
|
inline |
Operator to access the sequence.
index | The sequence position to return. |
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.