__gnu_cxx::_ContainerConcept< _Container > Struct Template Reference

#include <boost_concept_check.h>

List of all members.

Public Types

typedef _Container::value_type _Value_type
typedef _Container::difference_type _Difference_type
typedef _Container::size_type _Size_type
typedef _Container::const_reference _Const_reference
typedef _Container::const_pointer _Const_pointer
typedef _Container::const_iterator _Const_iterator

Public Member Functions

void __constraints ()

Public Attributes

bool __b
_Const_iterator __i
_Size_type __n


Detailed Description

template<class _Container>
struct __gnu_cxx::_ContainerConcept< _Container >

Definition at line 565 of file boost_concept_check.h.


Member Typedef Documentation

template<class _Container>
typedef _Container::const_iterator __gnu_cxx::_ContainerConcept< _Container >::_Const_iterator

Definition at line 572 of file boost_concept_check.h.

template<class _Container>
typedef _Container::const_pointer __gnu_cxx::_ContainerConcept< _Container >::_Const_pointer

Definition at line 571 of file boost_concept_check.h.

template<class _Container>
typedef _Container::const_reference __gnu_cxx::_ContainerConcept< _Container >::_Const_reference

Definition at line 570 of file boost_concept_check.h.

template<class _Container>
typedef _Container::difference_type __gnu_cxx::_ContainerConcept< _Container >::_Difference_type

Definition at line 568 of file boost_concept_check.h.

template<class _Container>
typedef _Container::size_type __gnu_cxx::_ContainerConcept< _Container >::_Size_type

Definition at line 569 of file boost_concept_check.h.

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

Definition at line 567 of file boost_concept_check.h.


Member Function Documentation

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

Definition at line 574 of file boost_concept_check.h.

References __gnu_cxx::_ContainerConcept< _Container >::__b, __gnu_cxx::_ContainerConcept< _Container >::__i, and __gnu_cxx::_ContainerConcept< _Container >::__n.


Member Data Documentation

template<class _Container>
bool __gnu_cxx::_ContainerConcept< _Container >::__b

Definition at line 584 of file boost_concept_check.h.

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

template<class _Container>
_Const_iterator __gnu_cxx::_ContainerConcept< _Container >::__i

Definition at line 585 of file boost_concept_check.h.

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

template<class _Container>
_Size_type __gnu_cxx::_ContainerConcept< _Container >::__n

Definition at line 586 of file boost_concept_check.h.

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


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:57:49 2010 for GNU C++ STL by  doxygen 1.4.7