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

Classes

class  cliext::pair< _Value1_t, _Value2_t >
 
class  cliext::light_pair< _Value1_t, _Value2_t >
 
class  cliext::select_pair< _Value1_t, _Value2_t, _Is_ref >
 
class  cliext::select_pair< _Value1_t, _Value2_t, false >
 

Namespaces

 cliext
 
 Microsoft
 
 Microsoft::VisualC
 
 Microsoft::VisualC::StlClr
 

Macros

#define _CLI_UTILITY_
 

Functions

template<class _Ty1 , class _Ty2 >
void cliext::swap (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator== (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator!= (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator< (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator> (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator<= (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool cliext::operator>= (pair< _Ty1, _Ty2 >%_Left, pair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
pair< _Ty1, _Ty2 > cliext::make_pair (_Ty1 _Val1, _Ty2 _Val2)
 
template<typename _Value_t >
bool cliext::operator== (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator!= (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator< (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator>= (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator> (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator<= (System::IComparable< _Value_t >^_Left, System::IComparable< _Value_t >^_Right)
 
template<typename _Value_t >
bool cliext::operator== (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
template<typename _Value_t >
bool cliext::operator!= (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
template<typename _Value_t >
bool cliext::operator< (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
template<typename _Value_t >
bool cliext::operator>= (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
template<typename _Value_t >
bool cliext::operator> (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
template<typename _Value_t >
bool cliext::operator<= (System::IComparable< _Value_t >%_Left, System::IComparable< _Value_t >%_Right)
 
bool cliext::operator== (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator!= (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator< (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator>= (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator> (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator<= (System::IComparable^_Left, System::IComparable^_Right)
 
bool cliext::operator== (System::IComparable%_Left, System::IComparable%_Right)
 
bool cliext::operator!= (System::IComparable%_Left, System::IComparable%_Right)
 
bool cliext::operator< (System::IComparable%_Left, System::IComparable%_Right)
 
bool cliext::operator>= (System::IComparable%_Left, System::IComparable%_Right)
 
bool cliext::operator> (System::IComparable%_Left, System::IComparable%_Right)
 
bool cliext::operator<= (System::IComparable%_Left, System::IComparable%_Right)
 
template<class _Ty1 , class _Ty2 >
void Microsoft::VisualC::StlClr::swap (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator== (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator== (_STLCLR GenericPair< _Ty1, _Ty2 >^_Left, _STLCLR GenericPair< _Ty1, _Ty2 >^_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator!= (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator< (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator< (_STLCLR GenericPair< _Ty1, _Ty2 >^_Left, _STLCLR GenericPair< _Ty1, _Ty2 >^_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator> (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator<= (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
bool Microsoft::VisualC::StlClr::operator>= (_STLCLR GenericPair< _Ty1, _Ty2 >%_Left, _STLCLR GenericPair< _Ty1, _Ty2 >%_Right)
 
template<class _Ty1 , class _Ty2 >
_STLCLR GenericPair< _Ty1, _Ty2 > Microsoft::VisualC::StlClr::make_generic_pair (_Ty1 _Val1, _Ty2 _Val2)
 

Macro Definition Documentation

#define _CLI_UTILITY_