#include <OVR_Hash.h>
Public Member Functions | |
UPInt | GetHash () const |
NodeRef (const C &f, const U &s) | |
NodeRef (const NodeRef &src) | |
operator const C & () const | |
Public Attributes | |
const C * | pFirst |
const U * | pSecond |
Definition at line 987 of file OVR_Hash.h.
OVR::HashNode< C, U, HashF >::NodeRef::NodeRef | ( | const C & | f, |
const U & | s | ||
) | [inline] |
Definition at line 992 of file OVR_Hash.h.
OVR::HashNode< C, U, HashF >::NodeRef::NodeRef | ( | const NodeRef & | src | ) | [inline] |
Definition at line 993 of file OVR_Hash.h.
UPInt OVR::HashNode< C, U, HashF >::NodeRef::GetHash | ( | ) | const [inline] |
Definition at line 996 of file OVR_Hash.h.
OVR::HashNode< C, U, HashF >::NodeRef::operator const C & | ( | ) | const [inline] |
Definition at line 998 of file OVR_Hash.h.
const C* OVR::HashNode< C, U, HashF >::NodeRef::pFirst |
Definition at line 989 of file OVR_Hash.h.
const U* OVR::HashNode< C, U, HashF >::NodeRef::pSecond |
Definition at line 990 of file OVR_Hash.h.