MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::DSTable::RowIterator Class Reference

#include <table.hpp>

Public Member Functions

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

Detailed Description

Definition at line 196 of file table.hpp.

Constructor & Destructor Documentation

mfem::DSTable::RowIterator::RowIterator ( const DSTable t,
int  r 
)
inline

Definition at line 201 of file table.hpp.

Member Function Documentation

int mfem::DSTable::RowIterator::Column ( )
inline

Definition at line 204 of file table.hpp.

int mfem::DSTable::RowIterator::Index ( )
inline

Definition at line 205 of file table.hpp.

int mfem::DSTable::RowIterator::operator! ( )
inline

Definition at line 202 of file table.hpp.

void mfem::DSTable::RowIterator::operator++ ( )
inline

Definition at line 203 of file table.hpp.


The documentation for this class was generated from the following file: