#include <IrregTag.H>
Public Member Functions | |
| TagSet () | |
| TagSet (const Vector< int > *l, const Vector< double > *d) | |
| void | begin () |
| bool | ok () const |
| void | operator++ () |
| int | operator() () const |
| double | val () const |
Private Attributes | |
| int | index |
| const Vector< int > * | list |
| const Vector< double > * | value |
Friends | |
| class | IrregTag |
| TagSet::TagSet | ( | ) | [inline] |
| void TagSet::begin | ( | ) | [inline] |
References index.
| bool TagSet::ok | ( | ) | const [inline] |
References index, list, and Vector< T >::size().
| void TagSet::operator++ | ( | ) | [inline] |
References index.
friend class IrregTag [friend] |
int TagSet::index [private] |
Referenced by begin(), ok(), operator()(), operator++(), and val().
const Vector<int>* TagSet::list [private] |
Referenced by ok(), and operator()().
const Vector<double>* TagSet::value [private] |
Referenced by val().
1.5.5