Epetra Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
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

◆ Node() [1/2]

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.

◆ Node() [2/2]

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

◆ operator=()

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

◆ Key

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

Definition at line 54 of file Epetra_HashTable.h.

◆ Value

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

Definition at line 55 of file Epetra_HashTable.h.

◆ Ptr

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: