Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::HashNode< C, U, HashF >::NodeRef Struct Reference

#include "OVR_Hash.h"

Collaboration diagram for OVR::HashNode< C, U, HashF >::NodeRef:
Collaboration graph

Public Member Functions

 NodeRef (const C &f, const U &s)
 
 NodeRef (const NodeRef &src)
 
UPInt GetHash () const
 
 operator const C & () const
 

Data Fields

const C * pFirst
 
const U * pSecond
 

Detailed Description

template<class C, class U, class HashF>
struct OVR::HashNode< C, U, HashF >::NodeRef

Definition at line 998 of file OVR_Hash.h.

Constructor & Destructor Documentation

template<class C , class U , class HashF >
OVR::HashNode< C, U, HashF >::NodeRef::NodeRef ( const C &  f,
const U &  s 
)
inline

Definition at line 1003 of file OVR_Hash.h.

template<class C , class U , class HashF >
OVR::HashNode< C, U, HashF >::NodeRef::NodeRef ( const NodeRef src)
inline

Definition at line 1004 of file OVR_Hash.h.

Member Function Documentation

template<class C , class U , class HashF >
UPInt OVR::HashNode< C, U, HashF >::NodeRef::GetHash ( ) const
inline

Definition at line 1007 of file OVR_Hash.h.

template<class C , class U , class HashF >
OVR::HashNode< C, U, HashF >::NodeRef::operator const C & ( ) const
inline

Definition at line 1009 of file OVR_Hash.h.

Field Documentation

template<class C , class U , class HashF >
const C* OVR::HashNode< C, U, HashF >::NodeRef::pFirst

Definition at line 1000 of file OVR_Hash.h.

template<class C , class U , class HashF >
const U* OVR::HashNode< C, U, HashF >::NodeRef::pSecond

Definition at line 1001 of file OVR_Hash.h.


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