MFEM v2.0
Public Member Functions | Private Attributes
DSTable::RowIterator Class Reference

#include <table.hpp>

Collaboration diagram for DSTable::RowIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RowIterator (const DSTable &t, int r)
int operator! ()
void operator++ ()
int Column ()
int Index ()

Private Attributes

Noden

Detailed Description

Definition at line 185 of file table.hpp.


Constructor & Destructor Documentation

DSTable::RowIterator::RowIterator ( const DSTable t,
int  r 
) [inline]

Definition at line 190 of file table.hpp.

References n, and DSTable::Rows.


Member Function Documentation

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]

Definition at line 191 of file table.hpp.

References n.

void DSTable::RowIterator::operator++ ( ) [inline]

Definition at line 192 of file table.hpp.

References n, and DSTable::Node::Prev.


Member Data Documentation

Definition at line 188 of file table.hpp.

Referenced by Column(), Index(), operator!(), operator++(), and RowIterator().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines