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

__gnu_cxx::_ContainerConcept 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 Methods

void __constraints ()

Public Attributes

bool __b
_Const_iterator __i
_Size_type __n

template<class _Container> struct __gnu_cxx::_ContainerConcept


Member Typedef Documentation

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

Definition at line 534 of file boost_concept_check.h.

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

Definition at line 533 of file boost_concept_check.h.

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

Definition at line 532 of file boost_concept_check.h.

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

Definition at line 530 of file boost_concept_check.h.

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

Definition at line 531 of file boost_concept_check.h.

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

Definition at line 529 of file boost_concept_check.h.


Member Function Documentation

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

Definition at line 536 of file boost_concept_check.h.


Member Data Documentation

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

Definition at line 546 of file boost_concept_check.h.

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

Definition at line 547 of file boost_concept_check.h.

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

Definition at line 548 of file boost_concept_check.h.


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