Epetra Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
Epetra_HashTable< value_type >::Node Struct Reference

Public Member Functions

 Node (const long long key=0, const value_type value=0, Node *ptr=0)
 

Public Attributes

long long Key
 
value_type Value
 
NodePtr
 

Private Member Functions

 Node (const Node &src)
 
Nodeoperator= (const Node &src)
 

Detailed Description

template<typename value_type>
struct Epetra_HashTable< value_type >::Node

Definition at line 52 of file Epetra_HashTable.h.

Constructor & Destructor Documentation

template<typename value_type>
Epetra_HashTable< value_type >::Node::Node ( const long long  key = 0,
const value_type  value = 0,
Node ptr = 0 
)
inline

Definition at line 58 of file Epetra_HashTable.h.

template<typename value_type>
Epetra_HashTable< value_type >::Node::Node ( const Node src)
inlineprivate

Definition at line 62 of file Epetra_HashTable.h.

Member Function Documentation

template<typename value_type>
Node& Epetra_HashTable< value_type >::Node::operator= ( const Node src)
inlineprivate

Definition at line 65 of file Epetra_HashTable.h.

Member Data Documentation

template<typename value_type>
long long Epetra_HashTable< value_type >::Node::Key

Definition at line 54 of file Epetra_HashTable.h.

template<typename value_type>
value_type Epetra_HashTable< value_type >::Node::Value

Definition at line 55 of file Epetra_HashTable.h.

template<typename value_type>
Node* Epetra_HashTable< value_type >::Node::Ptr

Definition at line 56 of file Epetra_HashTable.h.


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