Whole document tree
    

Whole document tree

Template__gnu_cxx::_Mutable_ContainerConcept struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

__gnu_cxx::_Mutable_ContainerConcept< _Container > 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< _Container >


Member Typedef Documentation

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

Definition at line 550 of file boost_concept_check.h.

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

Definition at line 551 of file boost_concept_check.h.

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

Definition at line 549 of file boost_concept_check.h.

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

Definition at line 548 of file boost_concept_check.h.


Member Function Documentation

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

Definition at line 553 of file boost_concept_check.h.

References __gnu_cxx::_Mutable_ContainerConcept< _Container >::__c, __gnu_cxx::_Mutable_ContainerConcept< _Container >::__c2, and __gnu_cxx::_Mutable_ContainerConcept< _Container >::__i.


Member Data Documentation

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

Definition at line 563 of file boost_concept_check.h.

Referenced by __gnu_cxx::_Mutable_ContainerConcept< _Container >::__constraints().

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

Definition at line 563 of file boost_concept_check.h.

Referenced by __gnu_cxx::_Mutable_ContainerConcept< _Container >::__constraints().

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

Definition at line 562 of file boost_concept_check.h.

Referenced by __gnu_cxx::_Mutable_ContainerConcept< _Container >::__constraints().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:16:44 2002 for libstdc++-v3 Source by doxygen1.2.15