Whole document tree
    

Whole document tree

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

__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 Methods

void __constraints ()

Public Attributes

bool __b
_Const_iterator __i
_Size_type __n

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


Member Typedef Documentation

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

Definition at line 528 of file boost_concept_check.h.

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

Definition at line 527 of file boost_concept_check.h.

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

Definition at line 526 of file boost_concept_check.h.

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

Definition at line 524 of file boost_concept_check.h.

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

Definition at line 525 of file boost_concept_check.h.

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

Definition at line 523 of file boost_concept_check.h.


Member Function Documentation

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

Definition at line 530 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 540 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 541 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 542 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 Mon Apr 8 03:16:43 2002 for libstdc++-v3 Source by doxygen1.2.15