Epetra Package Browser (Single Doxygen Collection)
Development
|
#include <Epetra_BlockMapData.h>
Classes | |
struct | Node |
Public Member Functions | |
Size_ (size) | |
Seed_ (seed) | |
Epetra_HashTable (const Epetra_HashTable &obj) | |
~Epetra_HashTable () | |
void | Add (const long long key, const value_type value) |
value_type | Get (const long long key) |
Public Member Functions inherited from Epetra_Object | |
Epetra_Object (int TracebackModeIn=-1, bool set_label=true) | |
Epetra_Object Constructor. More... | |
Epetra_Object (const char *const Label, int TracebackModeIn=-1) | |
Epetra_Object Constructor. More... | |
Epetra_Object (const Epetra_Object &Object) | |
Epetra_Object Copy Constructor. More... | |
virtual | ~Epetra_Object () |
Epetra_Object Destructor. More... | |
virtual void | SetLabel (const char *const Label) |
Epetra_Object Label definition using char *. More... | |
virtual const char * | Label () const |
Epetra_Object Label access funtion. More... | |
virtual void | Print (std::ostream &os) const |
Print object to an output stream Print method. More... | |
virtual int | ReportError (const std::string Message, int ErrorCode) const |
Error reporting method. More... | |
Public Attributes | |
__pad0__: Container_(NULL) | |
Private Member Functions | |
int | Func (const long long key) |
Epetra_HashTable & | operator= (const Epetra_HashTable &src) |
Private Attributes | |
Node ** | Container_ |
long long | Size_ |
unsigned int | Seed_ |
Additional Inherited Members | |
Static Public Member Functions inherited from Epetra_Object | |
static void | SetTracebackMode (int TracebackModeValue) |
Set the value of the Epetra_Object error traceback report mode. More... | |
static int | GetTracebackMode () |
Get the value of the Epetra_Object error report mode. More... | |
static std::ostream & | GetTracebackStream () |
Get the output stream for error reporting. More... | |
Static Public Attributes inherited from Epetra_Object | |
static int | TracebackMode |
Protected Member Functions inherited from Epetra_Object | |
std::string | toString (const int &x) const |
std::string | toString (const long long &x) const |
std::string | toString (const double &x) const |
Definition at line 57 of file Epetra_BlockMapData.h.
|
inline |
Definition at line 92 of file Epetra_HashTable.h.
|
inline |
Definition at line 106 of file Epetra_HashTable.h.
|
inlineprivate |
Definition at line 73 of file Epetra_HashTable.h.
Epetra_HashTable< value_type >::Size_ | ( | size | ) |
|
inline |
Definition at line 83 of file Epetra_HashTable.h.
|
inline |
Definition at line 119 of file Epetra_HashTable.h.
|
inline |
Definition at line 126 of file Epetra_HashTable.h.
|
inlineprivate |
Definition at line 135 of file Epetra_HashTable.h.
|
private |
Definition at line 69 of file Epetra_HashTable.h.
|
private |
Definition at line 70 of file Epetra_HashTable.h.
|
private |
Definition at line 71 of file Epetra_HashTable.h.
Epetra_HashTable< value_type >::__pad0__ |
Definition at line 81 of file Epetra_HashTable.h.