STLdoc
STLdocumentation
|
Public Types | |
typedef System::Collections::ICollection | _Mycont_t |
typedef System::Collections::IEnumerator | _Myenum_t |
typedef System::Object | _Value_t |
typedef collection_adapter< _Mycont_t > | _Mytype_t |
typedef Enum_iterator< _Mycont_t, _Myenum_t, _Value_t > | iterator |
typedef int | size_type |
typedef int | difference_type |
typedef _Value_t | value_type |
typedef _Value_t | reference |
Public Member Functions | |
collection_adapter () | |
collection_adapter (collection_adapter%_Right) | |
collection_adapter | operator= (collection_adapter%_Right) |
collection_adapter | operator= (collection_adapter^_Right) |
collection_adapter (_Mycont_t^_Right) | |
~collection_adapter () | |
operator _Mycont_t^ () | |
_Mycont_t | base () |
iterator | begin () |
iterator | end () |
size_type | size () |
void | swap (collection_adapter%_Right) |
Public Attributes | |
_STLCLR_FIELD_ACCESS | __pad0__: _Mycont_t^ _Mycont |
typedef System::Collections::ICollection cliext::collection_adapter< System::Collections::ICollection >::_Mycont_t |
typedef System::Collections::IEnumerator cliext::collection_adapter< System::Collections::ICollection >::_Myenum_t |
typedef collection_adapter<_Mycont_t> cliext::collection_adapter< System::Collections::ICollection >::_Mytype_t |
typedef System::Object cliext::collection_adapter< System::Collections::ICollection >::_Value_t |
typedef int cliext::collection_adapter< System::Collections::ICollection >::difference_type |
typedef Enum_iterator<_Mycont_t, _Myenum_t, _Value_t> cliext::collection_adapter< System::Collections::ICollection >::iterator |
typedef _Value_t cliext::collection_adapter< System::Collections::ICollection >::reference |
typedef int cliext::collection_adapter< System::Collections::ICollection >::size_type |
typedef _Value_t cliext::collection_adapter< System::Collections::ICollection >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
_STLCLR_FIELD_ACCESS cliext::collection_adapter< System::Collections::ICollection >::__pad0__ |