Chombo + EB
3.2
|
#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 |
class used as return type of IrregTag access functions to encapsulate the implementation. Also provide a lightweight return object.
|
inline |
|
inline |
References index.
|
inline |
References index, list, and Vector< T >::size().
|
inline |
References index.
|
friend |
|
private |
Referenced by begin(), IrregTag::Entry::define(), ok(), operator()(), operator++(), and val().
|
private |
Referenced by ok(), and operator()().