__gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer > Struct Template Reference

#include <boost_concept_check.h>

List of all members.

Public Types

typedef _SortedAssociativeContainer::iterator _Iterator
typedef _SortedAssociativeContainer::const_iterator _Const_iterator

Public Member Functions

void __constraints ()
void __const_constraints (const _SortedAssociativeContainer &__c)

Public Attributes

_SortedAssociativeContainer::key_compare __kc
_SortedAssociativeContainer::value_compare __vc
_SortedAssociativeContainer::value_type __t
_SortedAssociativeContainer::key_type __k
_Iterator __p
_Const_iterator __cp
std::pair< _Iterator, _Iterator__r
std::pair< _Const_iterator,
_Const_iterator
__cr
_SortedAssociativeContainer::value_type * __first
_SortedAssociativeContainer::value_type * __last


Detailed Description

template<class _SortedAssociativeContainer>
struct __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >

Definition at line 882 of file boost_concept_check.h.


Member Typedef Documentation

template<class _SortedAssociativeContainer>
typedef _SortedAssociativeContainer::const_iterator __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::_Const_iterator

Definition at line 915 of file boost_concept_check.h.

template<class _SortedAssociativeContainer>
typedef _SortedAssociativeContainer::iterator __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::_Iterator

Definition at line 913 of file boost_concept_check.h.


Member Function Documentation

template<class _SortedAssociativeContainer>
void __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints ( const _SortedAssociativeContainer &  __c  )  [inline]

Definition at line 901 of file boost_concept_check.h.

References __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__cp, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__cr, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__k, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__kc, and __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__vc.

template<class _SortedAssociativeContainer>
void __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints (  )  [inline]

Definition at line 884 of file boost_concept_check.h.

References __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__first, __gnu_cxx::__function_requires(), __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__k, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__kc, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__last, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__p, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__r, __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__t, and _IsUnused.


Member Data Documentation

template<class _SortedAssociativeContainer>
_Const_iterator __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__cp

Definition at line 918 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints().

template<class _SortedAssociativeContainer>
std::pair<_Const_iterator,_Const_iterator> __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__cr

Definition at line 920 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::value_type* __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__first

Definition at line 921 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::key_type __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__k

Definition at line 912 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints(), and __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::key_compare __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__kc

Definition at line 909 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints(), and __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::value_type * __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__last

Definition at line 921 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_Iterator __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__p

Definition at line 917 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
std::pair<_Iterator,_Iterator> __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__r

Definition at line 919 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::value_type __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__t

Definition at line 911 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints().

template<class _SortedAssociativeContainer>
_SortedAssociativeContainer::value_compare __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__vc

Definition at line 910 of file boost_concept_check.h.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__const_constraints().


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