Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

__gnu_cxx::_Mutable_ContainerConcept Struct Template Reference

#include <boost_concept_check.h>

List of all members.

Public Types

typedef _Container::value_type _Value_type
typedef _Container::reference _Reference
typedef _Container::iterator _Iterator
typedef _Container::pointer _Pointer

Public Methods

void __constraints ()

Public Attributes

_Iterator __i
_Container __c
_Container __c2

template<class _Container> struct __gnu_cxx::_Mutable_ContainerConcept


Member Typedef Documentation

template<class _Container>
typedef _Container::iterator __gnu_cxx::_Mutable_ContainerConcept<_Container>::_Iterator
 

Definition at line 556 of file boost_concept_check.h.

template<class _Container>
typedef _Container::pointer __gnu_cxx::_Mutable_ContainerConcept<_Container>::_Pointer
 

Definition at line 557 of file boost_concept_check.h.

template<class _Container>
typedef _Container::reference __gnu_cxx::_Mutable_ContainerConcept<_Container>::_Reference
 

Definition at line 555 of file boost_concept_check.h.

template<class _Container>
typedef _Container::value_type __gnu_cxx::_Mutable_ContainerConcept<_Container>::_Value_type
 

Definition at line 554 of file boost_concept_check.h.


Member Function Documentation

template<class _Container>
void __gnu_cxx::_Mutable_ContainerConcept<_Container>::__constraints ( ) [inline]
 

Definition at line 559 of file boost_concept_check.h.


Member Data Documentation

template<class _Container>
_Container __gnu_cxx::_Mutable_ContainerConcept<_Container>::__c
 

Definition at line 569 of file boost_concept_check.h.

template<class _Container>
_Container __gnu_cxx::_Mutable_ContainerConcept<_Container>::__c2
 

Definition at line 569 of file boost_concept_check.h.

template<class _Container>
_Iterator __gnu_cxx::_Mutable_ContainerConcept<_Container>::__i
 

Definition at line 568 of file boost_concept_check.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:52 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001