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

Classes

class  cliext::collection_adapter< _Cont_t >
 
class  cliext::Enum_iterator< _Cont_t, _Enum_t, _Value_t >
 
class  cliext::collection_adapter< System::Collections::IEnumerable >
 
class  cliext::collection_adapter< System::Collections::Generic::IEnumerable< _Value_t > >
 
class  cliext::collection_adapter< System::Collections::ICollection >
 
class  cliext::collection_adapter< System::Collections::Generic::ICollection< _Value_t > >
 
class  cliext::collection_adapter< System::Collections::IDictionary >
 
class  cliext::collection_adapter< System::Collections::Generic::IDictionary< _Key_t, _Mapped_t > >
 
class  cliext::collection_adapter< System::Collections::IList >
 
class  cliext::collection_adapter< System::Collections::Generic::IList< _Value_t > >
 
class  cliext::impl::range_enumerator_base< _Iter_t, _Value_t >
 
class  cliext::impl::range_enumerator< _Iter_t, _Value_t >
 
class  cliext::impl::range_impl< _Iter_t, _Value_t, _Is_ref >
 
class  cliext::impl::range_base< _Iter_t, _Value_t, _Is_ref >
 
class  cliext::impl::range_select< _Iter_t, _Value_t, _Is_ref >
 
class  cliext::impl::range_select< _Iter_t, _Value_t, true >
 
class  cliext::range_adapter< _Iter_t >
 

Namespaces

 cliext
 
 cliext::impl
 

Macros

#define _CLI_ADAPTER_
 

Functions

template<typename _Iter_t >
range_adapter< _Iter_t > cliext::make_collection (_Iter_t _First, _Iter_t _Last)
 

Macro Definition Documentation

#define _CLI_ADAPTER_