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

Classes

class  cliext::impl::tree_node< _Key_t, _Value_t >
 
class  cliext::impl::tree< _Traits_t >
 

Namespaces

 cliext
 
 cliext::impl
 

Macros

#define _CLI_XTREE_
 

Functions

template<typename _Key_t >
bool cliext::impl::_Key_compare (_Key_t _Left, _Key_t _Right)
 
bool cliext::impl::_Key_compare (System::String^_Left, System::String^_Right)
 
template<typename _Traits_t >
bool cliext::operator== (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
bool cliext::operator!= (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
bool cliext::operator< (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
bool cliext::operator>= (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
bool cliext::operator> (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
bool cliext::operator<= (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 
template<typename _Traits_t >
void cliext::swap (cliext::impl::tree< _Traits_t >%_Left, cliext::impl::tree< _Traits_t >%_Right)
 

Macro Definition Documentation

#define _CLI_XTREE_