MFEM v2.0
|
#include <table.hpp>
Public Member Functions | |
RowIterator (const DSTable &t, int r) | |
int | operator! () |
void | operator++ () |
int | Column () |
int | Index () |
Private Attributes | |
Node * | n |
DSTable::RowIterator::RowIterator | ( | const DSTable & | t, |
int | r | ||
) | [inline] |
Definition at line 190 of file table.hpp.
References n, and DSTable::Rows.
int DSTable::RowIterator::Column | ( | ) | [inline] |
Definition at line 193 of file table.hpp.
References DSTable::Node::Column, and n.
int DSTable::RowIterator::Index | ( | ) | [inline] |
Definition at line 194 of file table.hpp.
References DSTable::Node::Index, and n.
int DSTable::RowIterator::operator! | ( | ) | [inline] |
void DSTable::RowIterator::operator++ | ( | ) | [inline] |
Definition at line 192 of file table.hpp.
References n, and DSTable::Node::Prev.
Node* DSTable::RowIterator::n [private] |
Definition at line 188 of file table.hpp.
Referenced by Column(), Index(), operator!(), operator++(), and RowIterator().