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

#include <table.hpp>

Classes

class  RowIterator
 

Public Member Functions

 DSTable (int nrows)
 
int NumberOfRows () const
 
int NumberOfEntries () const
 
int Push (int a, int b)
 
int operator() (int a, int b) const
 
 ~DSTable ()
 

Detailed Description

Definition at line 167 of file table.hpp.

Constructor & Destructor Documentation

mfem::DSTable::DSTable ( int  nrows)

Definition at line 445 of file table.cpp.

mfem::DSTable::~DSTable ( )

Definition at line 495 of file table.cpp.

Member Function Documentation

int mfem::DSTable::NumberOfEntries ( ) const
inline

Definition at line 189 of file table.hpp.

int mfem::DSTable::NumberOfRows ( ) const
inline

Definition at line 188 of file table.hpp.

int mfem::DSTable::operator() ( int  a,
int  b 
) const
inline

Definition at line 192 of file table.hpp.

int mfem::DSTable::Push ( int  a,
int  b 
)
inline

Definition at line 190 of file table.hpp.


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