Whole document tree
    

Whole document tree

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

__gnu_cxx Namespace Reference


Compounds

struct  _AssignableConcept
struct  _AssociativeContainerConcept
struct  _Aux_require_same
struct  _Aux_require_same< _Tp, _Tp >
struct  _BackInsertionSequenceConcept
struct  _BidirectionalIteratorConcept
struct  _BinaryFunctionConcept
struct  _BinaryFunctionConcept< _Func, void, _First, _Second >
struct  _BinaryPredicateConcept
struct  _ComparableConcept
struct  _Const_BinaryPredicateConcept
struct  _ContainerConcept
struct  _ConvertibleConcept
struct  _CopyConstructibleConcept
struct  _DefaultConstructibleConcept
struct  _EqualityComparableConcept
struct  _ForwardContainerConcept
struct  _ForwardIteratorConcept
struct  _FrontInsertionSequenceConcept
struct  _GeneratorConcept
struct  _GeneratorConcept< _Func, void >
struct  _InputIteratorConcept
struct  _IntegerConcept
struct  _IntegerConcept< int >
struct  _IntegerConcept< long >
struct  _IntegerConcept< long long >
struct  _IntegerConcept< short >
struct  _IntegerConcept< unsigned int >
struct  _IntegerConcept< unsigned long >
struct  _IntegerConcept< unsigned long long >
struct  _IntegerConcept< unsigned short >
struct  _LessThanComparableConcept
struct  _MultipleAssociativeContainerConcept
struct  _Mutable_BidirectionalIteratorConcept
struct  _Mutable_ContainerConcept
struct  _Mutable_ForwardContainerConcept
struct  _Mutable_ForwardIteratorConcept
struct  _Mutable_RandomAccessContainerConcept
struct  _Mutable_RandomAccessIteratorConcept
struct  _Mutable_ReversibleContainerConcept
struct  _Mutable_TrivialIteratorConcept
struct  _OutputIteratorConcept
struct  _PairAssociativeContainerConcept
struct  _RandomAccessContainerConcept
struct  _RandomAccessIteratorConcept
struct  _ReversibleContainerConcept
struct  _SameTypeConcept
struct  _SequenceConcept
struct  _SGIAssignableConcept
struct  _SignedIntegerConcept
struct  _SignedIntegerConcept< int >
struct  _SignedIntegerConcept< long >
struct  _SignedIntegerConcept< long long >
struct  _SignedIntegerConcept< short >
struct  _SimpleAssociativeContainerConcept
struct  _SortedAssociativeContainerConcept
struct  _TrivialIteratorConcept
struct  _UnaryFunctionConcept
struct  _UnaryFunctionConcept< _Func, void, _Arg >
struct  _UnaryPredicateConcept
struct  _UniqueAssociativeContainerConcept
struct  _UnsignedIntegerConcept
struct  _UnsignedIntegerConcept< unsigned int >
struct  _UnsignedIntegerConcept< unsigned long >
struct  _UnsignedIntegerConcept< unsigned long long >
struct  _UnsignedIntegerConcept< unsigned short >

Functions

template<class _Concept> void __function_requires ()
template<class _Tp> void __aux_require_boolean_expr (const _Tp &__t)
 _GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (==, _EqualOpConcept)
 _GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (!=, _NotEqualOpConcept)
 _GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (<, _LessThanOpConcept)
 _GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT (+, _PlusOpConcept)
 _GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT (/, _DivideOpConcept)
 _GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT (-, _SubtractOpConcept)
 _GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT (%, _ModOpConcept)

Variables

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT * _TimesOpConcept


Function Documentation

template<class _Tp>
void __aux_require_boolean_expr const _Tp &    __t
 

Definition at line 194 of file boost_concept_check.h.

References _IsUnused.

Referenced by __gnu_cxx::_Const_BinaryPredicateConcept< _Func, _First, _Second >::__const_constraints(), __gnu_cxx::_BinaryPredicateConcept< _Func, _First, _Second >::__constraints(), __gnu_cxx::_UnaryPredicateConcept< _Func, _Arg >::__constraints(), __gnu_cxx::_ComparableConcept< _Tp >::__constraints(), __gnu_cxx::_LessThanComparableConcept< _Tp >::__constraints(), and __gnu_cxx::_EqualityComparableConcept< _Tp >::__constraints().

template<class _Concept>
void __function_requires  
 

Definition at line 24 of file boost_concept_check.h.

References _IsUnused.

Referenced by __gnu_cxx::_SortedAssociativeContainerConcept< _SortedAssociativeContainer >::__constraints(), __gnu_cxx::_PairAssociativeContainerConcept< _SimpleAssociativeContainer >::__constraints(), __gnu_cxx::_SimpleAssociativeContainerConcept< _SimpleAssociativeContainer >::__constraints(), __gnu_cxx::_MultipleAssociativeContainerConcept< _MultipleAssociativeContainer >::__constraints(), __gnu_cxx::_UniqueAssociativeContainerConcept< _UniqueAssociativeContainer >::__constraints(), __gnu_cxx::_AssociativeContainerConcept< _AssociativeContainer >::__constraints(), __gnu_cxx::_Mutable_RandomAccessContainerConcept< _RandomAccessContainer >::__constraints(), __gnu_cxx::_RandomAccessContainerConcept< _RandomAccessContainer >::__constraints(), __gnu_cxx::_Mutable_ReversibleContainerConcept< _ReversibleContainer >::__constraints(), __gnu_cxx::_ReversibleContainerConcept< _ReversibleContainer >::__constraints(), __gnu_cxx::_RandomAccessIteratorConcept< _Tp >::__constraints(), __gnu_cxx::_BidirectionalIteratorConcept< _Tp >::__constraints(), __gnu_cxx::_ForwardIteratorConcept< _Tp >::__constraints(), and __gnu_cxx::_InputIteratorConcept< _Tp >::__constraints().

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT  ,
_ModOpConcept   
 

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT  ,
_SubtractOpConcept   
 

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT  ,
_DivideOpConcept   
 

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT  ,
_PlusOpConcept   
 

__gnu_cxx::_GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT  
 

_GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT  ,
_NotEqualOpConcept   
 

__gnu_cxx::_GLIBCPP_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT _EqualOpConcept   
 


Variable Documentation

_GLIBCPP_DEFINE_BINARY_OPERATOR_CONSTRAINT* __gnu_cxx::_TimesOpConcept
 

Definition at line 261 of file boost_concept_check.h.


Generated on Mon Apr 8 03:16:43 2002 for libstdc++-v3 Source by doxygen1.2.15