STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Functions
xhash File Reference
#include <cliext/functional>
#include <cliext/list>

Classes

class  cliext::impl::hash< _Traits_t >
 

Namespaces

 cliext
 
 cliext::impl
 

Macros

#define _CLI_XHASH_
 

Functions

template<typename _Key_t >
bool cliext::_Hash_key_compare (_Key_t _Left, _Key_t _Right)
 
bool cliext::_Hash_key_compare (System::String^_Left, System::String^_Right)
 
int cliext::hash_value (System::Object^_Key)
 
template<typename _Traits_t >
void cliext::swap (cliext::impl::hash< _Traits_t >%_Left, cliext::impl::hash< _Traits_t >%_Right)
 

Macro Definition Documentation

#define _CLI_XHASH_