MFEM  v3.1
Finite element discretization library
 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 230 of file table.hpp.

Constructor & Destructor Documentation

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

Definition at line 235 of file table.hpp.

Member Function Documentation

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

Definition at line 238 of file table.hpp.

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

Definition at line 239 of file table.hpp.

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

Definition at line 236 of file table.hpp.

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

Definition at line 237 of file table.hpp.


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