Classes | |
| struct | _Aux_require_same |
| struct | _Aux_require_same< _Tp, _Tp > |
| struct | _SameTypeConcept |
| struct | _IntegerConcept |
| struct | _IntegerConcept< short > |
| struct | _IntegerConcept< unsigned short > |
| struct | _IntegerConcept< int > |
| struct | _IntegerConcept< unsigned int > |
| struct | _IntegerConcept< long > |
| struct | _IntegerConcept< unsigned long > |
| struct | _IntegerConcept< long long > |
| struct | _IntegerConcept< unsigned long long > |
| struct | _SignedIntegerConcept |
| struct | _SignedIntegerConcept< short > |
| struct | _SignedIntegerConcept< int > |
| struct | _SignedIntegerConcept< long > |
| struct | _SignedIntegerConcept< long long > |
| struct | _UnsignedIntegerConcept |
| struct | _UnsignedIntegerConcept< unsigned short > |
| struct | _UnsignedIntegerConcept< unsigned int > |
| struct | _UnsignedIntegerConcept< unsigned long > |
| struct | _UnsignedIntegerConcept< unsigned long long > |
| struct | _DefaultConstructibleConcept |
| struct | _AssignableConcept |
| struct | _CopyConstructibleConcept |
| struct | _SGIAssignableConcept |
| struct | _ConvertibleConcept |
| struct | _EqualityComparableConcept |
| struct | _LessThanComparableConcept |
| struct | _ComparableConcept |
| struct | _GeneratorConcept |
| struct | _GeneratorConcept< _Func, void > |
| struct | _UnaryFunctionConcept |
| struct | _UnaryFunctionConcept< _Func, void, _Arg > |
| struct | _BinaryFunctionConcept |
| struct | _BinaryFunctionConcept< _Func, void, _First, _Second > |
| struct | _UnaryPredicateConcept |
| struct | _BinaryPredicateConcept |
| struct | _Const_BinaryPredicateConcept |
| struct | _TrivialIteratorConcept |
| struct | _Mutable_TrivialIteratorConcept |
| struct | _InputIteratorConcept |
| struct | _OutputIteratorConcept |
| struct | _ForwardIteratorConcept |
| struct | _Mutable_ForwardIteratorConcept |
| struct | _BidirectionalIteratorConcept |
| struct | _Mutable_BidirectionalIteratorConcept |
| struct | _RandomAccessIteratorConcept |
| struct | _Mutable_RandomAccessIteratorConcept |
| struct | _ContainerConcept |
| struct | _Mutable_ContainerConcept |
| struct | _ForwardContainerConcept |
| struct | _Mutable_ForwardContainerConcept |
| struct | _ReversibleContainerConcept |
| struct | _Mutable_ReversibleContainerConcept |
| struct | _RandomAccessContainerConcept |
| struct | _Mutable_RandomAccessContainerConcept |
| struct | _SequenceConcept |
| struct | _FrontInsertionSequenceConcept |
| struct | _BackInsertionSequenceConcept |
| struct | _AssociativeContainerConcept |
| struct | _UniqueAssociativeContainerConcept |
| struct | _MultipleAssociativeContainerConcept |
| struct | _SimpleAssociativeContainerConcept |
| struct | _PairAssociativeContainerConcept |
| struct | _SortedAssociativeContainerConcept |
| struct | _Char_types |
| Mapping from character type to associated types. More... | |
| struct | char_traits |
| Base class used to implement std::char_traits. More... | |
| class | lock |
| Scoped lock idiom. More... | |
| class | __normal_iterator |
| class | array_allocator_base |
| Base class. More... | |
| class | array_allocator |
| An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated. More... | |
| class | free_list |
| The free list class for managing chunks of memory to be given to and returned by the bitmap_allocator. More... | |
| class | bitmap_allocator< void > |
| class | bitmap_allocator |
| class | encoding_state |
| Extension to use icov for dealing with character encodings. More... | |
| struct | encoding_char_traits |
| encoding_char_traits. More... | |
| class | debug_allocator |
| A meta-allocator with debugging bits, as per [20.4]. More... | |
| class | unary_compose |
| An SGI extension . More... | |
| class | binary_compose |
| An SGI extension . More... | |
| struct | identity |
| struct | select1st |
| An SGI extension . More... | |
| struct | select2nd |
| An SGI extension . More... | |
| struct | _Project1st |
| struct | _Project2nd |
| struct | project1st |
| An SGI extension . More... | |
| struct | project2nd |
| An SGI extension . More... | |
| struct | _Constant_void_fun |
| struct | _Constant_unary_fun |
| struct | _Constant_binary_fun |
| struct | constant_void_fun |
| An SGI extension . More... | |
| struct | constant_unary_fun |
| An SGI extension . More... | |
| struct | constant_binary_fun |
| An SGI extension . More... | |
| class | subtractive_rng |
| struct | hash |
| struct | hash< char * > |
| struct | hash< const char * > |
| struct | hash< char > |
| struct | hash< unsigned char > |
| struct | hash< signed char > |
| struct | hash< short > |
| struct | hash< unsigned short > |
| struct | hash< int > |
| struct | hash< unsigned int > |
| struct | hash< long > |
| struct | hash< unsigned long > |
| class | hash_map |
| class | hash_multimap |
| class | hash_set |
| class | hash_multiset |
| struct | _Hashtable_node |
| struct | _Hashtable_iterator |
| struct | _Hashtable_const_iterator |
| class | hashtable |
| class | malloc_allocator |
| An allocator that uses malloc. More... | |
| struct | temporary_buffer |
| struct | __pool_base |
| Base class for pool object. More... | |
| class | __pool< false > |
| Specialization for single thread. More... | |
| struct | __common_pool |
| struct | __common_pool_base< _PoolTp, false > |
| struct | __common_pool_policy |
| Policy for shared __pool objects. More... | |
| struct | __per_type_pool |
| struct | __per_type_pool_base< _Tp, _PoolTp, false > |
| struct | __per_type_pool_policy |
| Policy for individual __pool objects. More... | |
| class | __mt_alloc_base |
| Base class for _Tp dependent member functions. More... | |
| class | __mt_alloc |
| This is a fixed size (power of 2) allocator which - when compiled with thread support - will maintain one freelist per size per thread plus a "global" one. Steps are taken to limit the per thread freelist sizes (by returning excess back to the "global" list). More... | |
| class | new_allocator |
| An allocator that uses global new, as per [20.4]. More... | |
| struct | character |
| A POD class that serves as a character abstraction class. More... | |
| class | __pool_alloc_base |
| Base class for __pool_alloc. More... | |
| class | __pool_alloc |
| class __pool_alloc. More... | |
| struct | rb_tree |
| class | __rc_string_base |
| class | char_producer |
| class | sequence_buffer |
| class | _Rope_char_consumer |
| struct | _Rope_Concat_fn |
| struct | _Refcount_Base |
| struct | _Rope_rep_base |
| struct | _Rope_RopeRep |
| struct | _Rope_RopeLeaf |
| struct | _Rope_RopeConcatenation |
| struct | _Rope_RopeFunction |
| struct | _Rope_RopeSubstring |
| struct | _Rope_self_destruct_ptr |
| class | _Rope_char_ref_proxy |
| class | _Rope_char_ptr_proxy |
| class | _Rope_iterator_base |
| class | _Rope_const_iterator |
| class | _Rope_iterator |
| struct | _Rope_base |
| class | rope |
| struct | hash< crope > |
| struct | hash< wrope > |
| class | _Rope_flatten_char_consumer |
| class | _Rope_find_char_char_consumer |
| class | _Rope_insert_char_consumer |
| struct | _Slist_node_base |
| struct | _Slist_node |
| struct | _Slist_iterator_base |
| struct | _Slist_iterator |
| struct | _Slist_base |
| class | slist |
| class | __sso_string_base |
| class | stdio_filebuf |
| Provides a layer of compatibility for C/POSIX. More... | |
| class | stdio_sync_filebuf |
| class stdio_sync_filebuf. More... | |
| struct | null_type |
| struct | typelist |
| struct | chain |
| struct | apply |
| struct | append |
| struct | typelist_append |
| struct | contains |
| struct | filter |
| struct | at_index |
| struct | transform |
| class | __versa_string |
| Managing sequences of characters and character-like objects. More... | |
| struct | __vstring_utility |
Namespaces | |
| namespace | _Rope_constants |
| namespace | balloc |
| namespace | detail |
Typedefs | |
| typedef __glibcxx_mutex_type | mutex_type |
| typedef void(*) | __destroy_handler (void *) |
| typedef rope< char > | crope |
| typedef rope< wchar_t > | wrope |
| typedef __versa_string< char > | __vstring |
| typedef __vstring | __sso_string |
| typedef __versa_string< char, std::char_traits< char >, std::allocator< char >, __rc_string_base > | __rc_string |
Enumerations | |
| enum | { _S_num_primes = 28 } |
Functions | |
| _Atomic_word | __attribute__ ((__unused__)) __exchange_and_add(volatile _Atomic_word *__mem |
| template<class _Concept> | |
| void | __function_requires () |
| void | __error_type_must_be_an_integer_type () |
| void | __error_type_must_be_an_unsigned_integer_type () |
| void | __error_type_must_be_a_signed_integer_type () |
| template<class _Tp> | |
| void | __aux_require_boolean_expr (const _Tp &__t) |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (==, _EqualOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (!=, _NotEqualOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (<, _LessThanOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (<=, _LessEqualOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (>, _GreaterThanOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT (>=, _GreaterEqualOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT (+, _PlusOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT (/, _DivideOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT (-, _SubtractOpConcept) | |
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT (%, _ModOpConcept) | |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator== (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator== (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator!= (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator!= (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator< (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator< (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator> (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator> (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator<= (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator<= (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| bool | operator>= (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| bool | operator>= (const __normal_iterator< _Iterator, _Container > &__lhs, const __normal_iterator< _Iterator, _Container > &__rhs) |
| template<typename _IteratorL, typename _IteratorR, typename _Container> | |
| __normal_iterator< _IteratorL, _Container >::difference_type | operator- (const __normal_iterator< _IteratorL, _Container > &__lhs, const __normal_iterator< _IteratorR, _Container > &__rhs) |
| template<typename _Iterator, typename _Container> | |
| __normal_iterator< _Iterator, _Container > | operator+ (typename __normal_iterator< _Iterator, _Container >::difference_type __n, const __normal_iterator< _Iterator, _Container > &__i) |
| void | __verbose_terminate_handler () |
| template<typename _InputIterator, typename _Size, typename _OutputIterator> | |
| pair< _InputIterator, _OutputIterator > | __copy_n (_InputIterator __first, _Size __count, _OutputIterator __result, input_iterator_tag) |
| template<typename _RAIterator, typename _Size, typename _OutputIterator> | |
| pair< _RAIterator, _OutputIterator > | __copy_n (_RAIterator __first, _Size __count, _OutputIterator __result, random_access_iterator_tag) |
| template<typename _InputIterator, typename _Size, typename _OutputIterator> | |
| pair< _InputIterator, _OutputIterator > | copy_n (_InputIterator __first, _Size __count, _OutputIterator __result) |
| Copies the range [first,first+count) into [result,result+count). | |
| template<typename _InputIterator1, typename _InputIterator2> | |
| int | __lexicographical_compare_3way (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) |
| int | __lexicographical_compare_3way (const unsigned char *__first1, const unsigned char *__last1, const unsigned char *__first2, const unsigned char *__last2) |
| int | __lexicographical_compare_3way (const char *__first1, const char *__last1, const char *__first2, const char *__last2) |
| template<typename _InputIterator1, typename _InputIterator2> | |
| int | lexicographical_compare_3way (_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2) |
memcmp on steroids. | |
| template<typename _InputIterator, typename _Tp, typename _Size> | |
| void | count (_InputIterator __first, _InputIterator __last, const _Tp &__value, _Size &__n) |
| template<typename _InputIterator, typename _Predicate, typename _Size> | |
| void | count_if (_InputIterator __first, _InputIterator __last, _Predicate __pred, _Size &__n) |
| template<typename _ForwardIterator, typename _OutputIterator, typename _Distance> | |
| _OutputIterator | random_sample_n (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n) |
| template<typename _ForwardIterator, typename _OutputIterator, typename _Distance, typename _RandomNumberGenerator> | |
| _OutputIterator | random_sample_n (_ForwardIterator __first, _ForwardIterator __last, _OutputIterator __out, const _Distance __n, _RandomNumberGenerator &__rand) |
| template<typename _InputIterator, typename _RandomAccessIterator, typename _Distance> | |
| _RandomAccessIterator | __random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out, const _Distance __n) |
| template<typename _InputIterator, typename _RandomAccessIterator, typename _RandomNumberGenerator, typename _Distance> | |
| _RandomAccessIterator | __random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out, _RandomNumberGenerator &__rand, const _Distance __n) |
| template<typename _InputIterator, typename _RandomAccessIterator> | |
| _RandomAccessIterator | random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last) |
| template<typename _InputIterator, typename _RandomAccessIterator, typename _RandomNumberGenerator> | |
| _RandomAccessIterator | random_sample (_InputIterator __first, _InputIterator __last, _RandomAccessIterator __out_first, _RandomAccessIterator __out_last, _RandomNumberGenerator &__rand) |
| template<typename _RandomAccessIterator> | |
| bool | is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last) |
| template<typename _RandomAccessIterator, typename _StrictWeakOrdering> | |
| bool | is_heap (_RandomAccessIterator __first, _RandomAccessIterator __last, _StrictWeakOrdering __comp) |
| template<typename _ForwardIterator> | |
| bool | is_sorted (_ForwardIterator __first, _ForwardIterator __last) |
| template<typename _ForwardIterator, typename _StrictWeakOrdering> | |
| bool | is_sorted (_ForwardIterator __first, _ForwardIterator __last, _StrictWeakOrdering __comp) |
| template<typename _Tp, typename _Array> | |
| bool | operator== (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &) |
| template<typename _Tp, typename _Array> | |
| bool | operator!= (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &) |
| size_t | _Bit_scan_forward (size_t __num) |
| Generic Version of the bsf instruction. | |
| template<typename _Tp1, typename _Tp2> | |
| bool | operator== (const bitmap_allocator< _Tp1 > &, const bitmap_allocator< _Tp2 > &) throw () |
| template<typename _Tp1, typename _Tp2> | |
| bool | operator!= (const bitmap_allocator< _Tp1 > &, const bitmap_allocator< _Tp2 > &) throw () |
| template<class _Tp> | |
| _Tp | identity_element (std::plus< _Tp >) |
| An SGI extension . | |
| template<class _Tp> | |
| _Tp | identity_element (std::multiplies< _Tp >) |
| An SGI extension . | |
| template<class _Operation1, class _Operation2> | |
| unary_compose< _Operation1, _Operation2 > | compose1 (const _Operation1 &__fn1, const _Operation2 &__fn2) |
| An SGI extension . | |
| template<class _Operation1, class _Operation2, class _Operation3> | |
| binary_compose< _Operation1, _Operation2, _Operation3 > | compose2 (const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3) |
| An SGI extension . | |
| template<class _Result> | |
| constant_void_fun< _Result > | constant0 (const _Result &__val) |
| An SGI extension . | |
| template<class _Result> | |
| constant_unary_fun< _Result, _Result > | constant1 (const _Result &__val) |
| An SGI extension . | |
| template<class _Result> | |
| constant_binary_fun< _Result, _Result, _Result > | constant2 (const _Result &__val) |
| An SGI extension . | |
| template<class _Ret, class _Tp, class _Arg> | |
| mem_fun1_t< _Ret, _Tp, _Arg > | mem_fun1 (_Ret(_Tp::*__f)(_Arg)) |
| template<class _Ret, class _Tp, class _Arg> | |
| mem_fun1_ref_t< _Ret, _Tp, _Arg > | mem_fun1_ref (_Ret(_Tp::*__f)(_Arg)) |
| size_t | __stl_hash_string (const char *__s) |
| template<class _Key, class _Tp, class _HashFn, class _EqKey, class _Alloc> | |
| bool | operator== (const hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > &, const hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > &) |
| template<class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> | |
| bool | operator== (const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2) |
| template<class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> | |
| bool | operator!= (const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2) |
| template<class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> | |
| void | swap (hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2) |
| template<class _Key, class _Tp, class _HF, class _EqKey, class _Alloc> | |
| bool | operator== (const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > &__hm1, const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > &__hm2) |
| template<class _Key, class _Tp, class _HF, class _EqKey, class _Alloc> | |
| bool | operator!= (const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > &__hm1, const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > &__hm2) |
| template<class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> | |
| void | swap (hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2) |
| template<class _Value, class _HashFcn, class _EqualKey, class _Alloc> | |
| bool | operator== (const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > &__hs1, const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| template<class _Value, class _HashFcn, class _EqualKey, class _Alloc> | |
| bool | operator!= (const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > &__hs1, const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| template<class _Val, class _HashFcn, class _EqualKey, class _Alloc> | |
| void | swap (hash_set< _Val, _HashFcn, _EqualKey, _Alloc > &__hs1, hash_set< _Val, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| template<class _Val, class _HashFcn, class _EqualKey, class _Alloc> | |
| bool | operator== (const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs1, const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| template<class _Val, class _HashFcn, class _EqualKey, class _Alloc> | |
| bool | operator!= (const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs1, const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| template<class _Val, class _HashFcn, class _EqualKey, class _Alloc> | |
| void | swap (hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs1, hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > &__hs2) |
| unsigned long | __stl_next_prime (unsigned long __n) |
| template<class _Val, class _Key, class _HF, class _Ex, class _Eq, class _All> | |
| bool | operator== (const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht1, const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht2) |
| template<class _Val, class _Key, class _HF, class _Ex, class _Eq, class _All> | |
| bool | operator!= (const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht1, const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > &__ht2) |
| template<class _Val, class _Key, class _HF, class _Extract, class _EqKey, class _All> | |
| void | swap (hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > &__ht1, hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > &__ht2) |
| template<typename _InputIterator, typename _Distance> | |
| void | __distance (_InputIterator __first, _InputIterator __last, _Distance &__n, std::input_iterator_tag) |
| template<typename _RandomAccessIterator, typename _Distance> | |
| void | __distance (_RandomAccessIterator __first, _RandomAccessIterator __last, _Distance &__n, std::random_access_iterator_tag) |
| template<typename _InputIterator, typename _Distance> | |
| void | distance (_InputIterator __first, _InputIterator __last, _Distance &__n) |
| template<typename _Tp> | |
| bool | operator== (const malloc_allocator< _Tp > &, const malloc_allocator< _Tp > &) |
| template<typename _Tp> | |
| bool | operator!= (const malloc_allocator< _Tp > &, const malloc_allocator< _Tp > &) |
| template<typename _InputIter, typename _Size, typename _ForwardIter> | |
| pair< _InputIter, _ForwardIter > | __uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result, std::input_iterator_tag) |
| template<typename _RandomAccessIter, typename _Size, typename _ForwardIter> | |
| pair< _RandomAccessIter, _ForwardIter > | __uninitialized_copy_n (_RandomAccessIter __first, _Size __count, _ForwardIter __result, std::random_access_iterator_tag) |
| template<typename _InputIter, typename _Size, typename _ForwardIter> | |
| pair< _InputIter, _ForwardIter > | __uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result) |
| template<typename _InputIter, typename _Size, typename _ForwardIter> | |
| pair< _InputIter, _ForwardIter > | uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result) |
| Copies the range [first,last) into result. | |
| template<typename _InputIter, typename _Size, typename _ForwardIter, typename _Allocator> | |
| pair< _InputIter, _ForwardIter > | __uninitialized_copy_n_a (_InputIter __first, _Size __count, _ForwardIter __result, _Allocator __alloc) |
| template<typename _InputIter, typename _Size, typename _ForwardIter, typename _Tp> | |
| pair< _InputIter, _ForwardIter > | __uninitialized_copy_n_a (_InputIter __first, _Size __count, _ForwardIter __result, std::allocator< _Tp >) |
| template<typename _Tp, typename _Poolp> | |
| bool | operator== (const __mt_alloc< _Tp, _Poolp > &, const __mt_alloc< _Tp, _Poolp > &) |
| template<typename _Tp, typename _Poolp> | |
| bool | operator!= (const __mt_alloc< _Tp, _Poolp > &, const __mt_alloc< _Tp, _Poolp > &) |
| template<typename _Tp> | |
| bool | operator== (const new_allocator< _Tp > &, const new_allocator< _Tp > &) |
| template<typename _Tp> | |
| bool | operator!= (const new_allocator< _Tp > &, const new_allocator< _Tp > &) |
| template<typename _Tp, typename _Integer, typename _MonoidOperation> | |
| _Tp | __power (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) |
| template<typename _Tp, typename _Integer> | |
| _Tp | __power (_Tp __x, _Integer __n) |
| template<typename _Tp, typename _Integer, typename _MonoidOperation> | |
| _Tp | power (_Tp __x, _Integer __n, _MonoidOperation __monoid_op) |
| template<typename _Tp, typename _Integer> | |
| _Tp | power (_Tp __x, _Integer __n) |
| template<typename _ForwardIter, typename _Tp> | |
| void | iota (_ForwardIter __first, _ForwardIter __last, _Tp __value) |
| template<typename V, typename I, typename S> | |
| bool | operator== (const character< V, I, S > &lhs, const character< V, I, S > &rhs) |
| template<typename V, typename I, typename S> | |
| bool | operator< (const character< V, I, S > &lhs, const character< V, I, S > &rhs) |
| template<typename _Tp> | |
| bool | operator== (const __pool_alloc< _Tp > &, const __pool_alloc< _Tp > &) |
| template<typename _Tp> | |
| bool | operator!= (const __pool_alloc< _Tp > &, const __pool_alloc< _Tp > &) |
| template<class _CharT> | |
| _CharT | _S_eos (_CharT *) |
| template<class _CharT> | |
| bool | _S_is_basic_char_type (_CharT *) |
| template<class _CharT> | |
| bool | _S_is_one_byte_char_type (_CharT *) |
| bool | _S_is_basic_char_type (char *) |
| bool | _S_is_one_byte_char_type (char *) |
| bool | _S_is_basic_char_type (wchar_t *) |
| template<class _CharT> | |
| void | _S_cond_store_eos (_CharT &) |
| void | _S_cond_store_eos (char &__c) |
| void | _S_cond_store_eos (wchar_t &__c) |
| template<class _CharT, class _Alloc> | |
| bool | operator== (const _Rope_char_ptr_proxy< _CharT, _Alloc > &__x, const _Rope_char_ptr_proxy< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| _Rope_const_iterator< _CharT, _Alloc > | operator- (const _Rope_const_iterator< _CharT, _Alloc > &__x, ptrdiff_t __n) |
| template<class _CharT, class _Alloc> | |
| _Rope_const_iterator< _CharT, _Alloc > | operator+ (const _Rope_const_iterator< _CharT, _Alloc > &__x, ptrdiff_t __n) |
| template<class _CharT, class _Alloc> | |
| _Rope_const_iterator< _CharT, _Alloc > | operator+ (ptrdiff_t __n, const _Rope_const_iterator< _CharT, _Alloc > &__x) |
| template<class _CharT, class _Alloc> | |
| bool | operator== (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator< (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| ptrdiff_t | operator- (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| _Rope_iterator< _CharT, _Alloc > | operator- (const _Rope_iterator< _CharT, _Alloc > &__x, ptrdiff_t __n) |
| template<class _CharT, class _Alloc> | |
| _Rope_iterator< _CharT, _Alloc > | operator+ (const _Rope_iterator< _CharT, _Alloc > &__x, ptrdiff_t __n) |
| template<class _CharT, class _Alloc> | |
| _Rope_iterator< _CharT, _Alloc > | operator+ (ptrdiff_t __n, const _Rope_iterator< _CharT, _Alloc > &__x) |
| template<class _CharT, class _Alloc> | |
| bool | operator== (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator< (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| ptrdiff_t | operator- (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > | operator+ (const rope< _CharT, _Alloc > &__left, const rope< _CharT, _Alloc > &__right) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > | operator+ (const rope< _CharT, _Alloc > &__left, const _CharT *__right) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > | operator+ (const rope< _CharT, _Alloc > &__left, _CharT __right) |
| template<class _CharT, class __Alloc> | |
| void | swap (_Rope_char_ref_proxy< _CharT, __Alloc > __a, _Rope_char_ref_proxy< _CharT, __Alloc > __b) |
| template<class _CharT, class _Alloc> | |
| bool | operator!= (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator> (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator<= (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator>= (const _Rope_const_iterator< _CharT, _Alloc > &__x, const _Rope_const_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator!= (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator> (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator<= (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator>= (const _Rope_iterator< _CharT, _Alloc > &__x, const _Rope_iterator< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > & | operator+= (rope< _CharT, _Alloc > &__left, const rope< _CharT, _Alloc > &__right) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > & | operator+= (rope< _CharT, _Alloc > &__left, const _CharT *__right) |
| template<class _CharT, class _Alloc> | |
| rope< _CharT, _Alloc > & | operator+= (rope< _CharT, _Alloc > &__left, _CharT __right) |
| template<class _CharT, class _Alloc> | |
| bool | operator< (const rope< _CharT, _Alloc > &__left, const rope< _CharT, _Alloc > &__right) |
| template<class _CharT, class _Alloc> | |
| bool | operator== (const rope< _CharT, _Alloc > &__left, const rope< _CharT, _Alloc > &__right) |
| template<class _CharT, class _Alloc> | |
| bool | operator!= (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator> (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator<= (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator>= (const rope< _CharT, _Alloc > &__x, const rope< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Alloc> | |
| bool | operator!= (const _Rope_char_ptr_proxy< _CharT, _Alloc > &__x, const _Rope_char_ptr_proxy< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Traits, class _Alloc> | |
| std::basic_ostream< _CharT, _Traits > & | operator<< (std::basic_ostream< _CharT, _Traits > &__o, const rope< _CharT, _Alloc > &__r) |
| crope::reference | __mutable_reference_at (crope &__c, size_t __i) |
| wrope::reference | __mutable_reference_at (wrope &__c, size_t __i) |
| template<class _CharT, class _Alloc> | |
| void | swap (rope< _CharT, _Alloc > &__x, rope< _CharT, _Alloc > &__y) |
| template<class _CharT, class _Traits> | |
| void | _Rope_fill (basic_ostream< _CharT, _Traits > &__o, size_t __n) |
| template<class _CharT> | |
| bool | _Rope_is_simple (_CharT *) |
| bool | _Rope_is_simple (char *) |
| bool | _Rope_is_simple (wchar_t *) |
| template<class _Rope_iterator> | |
| void | _Rope_rotate (_Rope_iterator __first, _Rope_iterator __middle, _Rope_iterator __last) |
| void | rotate (_Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> __first, _Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> __middle, _Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> __last) |
| _Slist_node_base * | __slist_make_link (_Slist_node_base *__prev_node, _Slist_node_base *__new_node) |
| _Slist_node_base * | __slist_previous (_Slist_node_base *__head, const _Slist_node_base *__node) |
| const _Slist_node_base * | __slist_previous (const _Slist_node_base *__head, const _Slist_node_base *__node) |
| void | __slist_splice_after (_Slist_node_base *__pos, _Slist_node_base *__before_first, _Slist_node_base *__before_last) |
| void | __slist_splice_after (_Slist_node_base *__pos, _Slist_node_base *__head) |
| _Slist_node_base * | __slist_reverse (_Slist_node_base *__node) |
| size_t | __slist_size (_Slist_node_base *__node) |
| template<class _Tp, class _Alloc> | |
| bool | operator== (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| bool | operator< (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| bool | operator!= (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| bool | operator> (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| bool | operator<= (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| bool | operator>= (const slist< _Tp, _Alloc > &_SL1, const slist< _Tp, _Alloc > &_SL2) |
| template<class _Tp, class _Alloc> | |
| void | swap (slist< _Tp, _Alloc > &__x, slist< _Tp, _Alloc > &__y) |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | operator+ (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Concatenate two strings. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | operator+ (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Concatenate C string and string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | operator+ (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Concatenate character and string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | operator+ (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Concatenate string and C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | operator+ (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) |
| Concatenate string and character. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator== (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test equivalence of two strings. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator== (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test equivalence of C string and string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator== (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test equivalence of string and C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator!= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test difference of two strings. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator!= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test difference of C string and string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator!= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test difference of string and C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator< (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if string precedes string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator< (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test if string precedes C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator< (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if C string precedes string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator> (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if string follows string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator> (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test if string follows C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator> (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if C string follows string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator<= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if string doesn't follow string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator<= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test if string doesn't follow C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator<= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if C string doesn't follow string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator>= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if string doesn't precede string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator>= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
| Test if string doesn't precede C string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| bool | operator>= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Test if C string doesn't precede string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| void | swap (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Swap contents of two strings. | |
Variables | |
| _Atomic_word int | __val |
| void int | __val |
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT * | _TimesOpConcept |
| static const unsigned long | __stl_prime_list [_S_num_primes] |
| rope< _CharT, _Alloc > | identity_element (_Rope_Concat_fn< _CharT, _Alloc >) |
| typedef __glibcxx_mutex_type __gnu_cxx::mutex_type |
Definition at line 77 of file concurrence.h.
| typedef void(*) __gnu_cxx::__destroy_handler(void *) |
Definition at line 45 of file mt_allocator.h.
| typedef rope<char> __gnu_cxx::crope |
| typedef rope<wchar_t> __gnu_cxx::wrope |
| typedef __versa_string<char> __gnu_cxx::__vstring |
Definition at line 57 of file vstring_fwd.h.
| typedef __vstring __gnu_cxx::__sso_string |
Definition at line 60 of file vstring_fwd.h.
| typedef __versa_string<char, std::char_traits<char>, std::allocator<char>, __rc_string_base> __gnu_cxx::__rc_string |
Definition at line 63 of file vstring_fwd.h.
| anonymous enum |
| void __gnu_cxx::__attribute__ | ( | (__unused__) | ) | volatile |
| void __gnu_cxx::__function_requires | ( | ) | [inline] |
Definition at line 60 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().
| void __gnu_cxx::__error_type_must_be_an_integer_type | ( | ) |
Referenced by __gnu_cxx::_IntegerConcept< _Tp >::__constraints().
| void __gnu_cxx::__error_type_must_be_an_unsigned_integer_type | ( | ) |
Referenced by __gnu_cxx::_UnsignedIntegerConcept< _Tp >::__constraints().
| void __gnu_cxx::__error_type_must_be_a_signed_integer_type | ( | ) |
Referenced by __gnu_cxx::_SignedIntegerConcept< _Tp >::__constraints().
| void __gnu_cxx::__aux_require_boolean_expr | ( | const _Tp & | __t | ) |
Definition at line 238 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().
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | _EqualOpConcept | ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | ! | , | |
| _NotEqualOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | <= | , | |
| _LessEqualOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | _GreaterThanOpConcept | ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT | ( | >= | , | |
| _GreaterEqualOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT | ( | + | , | |
| _PlusOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT | ( | / | , | |
| _DivideOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT | ( | - | , | |
| _SubtractOpConcept | ||||
| ) |
| __gnu_cxx::_GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT | ( | % | , | |
| _ModOpConcept | ||||
| ) |
| bool __gnu_cxx::operator== | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 730 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator== | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 736 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator!= | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 742 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator!= | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 748 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator< | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 755 of file stl_iterator.h.
| bool __gnu_cxx::operator< | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 761 of file stl_iterator.h.
| bool __gnu_cxx::operator> | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 767 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator> | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 773 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator<= | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 779 of file stl_iterator.h.
| bool __gnu_cxx::operator<= | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 785 of file stl_iterator.h.
| bool __gnu_cxx::operator>= | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 791 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| bool __gnu_cxx::operator>= | ( | const __normal_iterator< _Iterator, _Container > & | __lhs, | |
| const __normal_iterator< _Iterator, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 797 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| __normal_iterator<_IteratorL, _Container>::difference_type __gnu_cxx::operator- | ( | const __normal_iterator< _IteratorL, _Container > & | __lhs, | |
| const __normal_iterator< _IteratorR, _Container > & | __rhs | |||
| ) | [inline] |
Definition at line 807 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| __normal_iterator<_Iterator, _Container> __gnu_cxx::operator+ | ( | typename __normal_iterator< _Iterator, _Container >::difference_type | __n, | |
| const __normal_iterator< _Iterator, _Container > & | __i | |||
| ) | [inline] |
Definition at line 813 of file stl_iterator.h.
References __gnu_cxx::__normal_iterator< _Iterator, _Container >::base().
| void __gnu_cxx::__verbose_terminate_handler | ( | ) |
A replacement for the standard terminate_handler which prints more information about the terminating exception (if any) on stderr. Call
to use. For more info, see http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4In 3.4 and later, this is on by default.
| pair<_InputIterator, _OutputIterator> __gnu_cxx::__copy_n | ( | _InputIterator | __first, | |
| _Size | __count, | |||
| _OutputIterator | __result, | |||
| input_iterator_tag | ||||
| ) |
| pair<_RAIterator, _OutputIterator> __gnu_cxx::__copy_n | ( | _RAIterator | __first, | |
| _Size | __count, | |||
| _OutputIterator | __result, | |||
| random_access_iterator_tag | ||||
| ) | [inline] |
| int __gnu_cxx::__lexicographical_compare_3way | ( | _InputIterator1 | __first1, | |
| _InputIterator1 | __last1, | |||
| _InputIterator2 | __first2, | |||
| _InputIterator2 | __last2 | |||
| ) |
Definition at line 136 of file ext/algorithm.
Referenced by __lexicographical_compare_3way(), and lexicographical_compare_3way().
| int __gnu_cxx::__lexicographical_compare_3way | ( | const unsigned char * | __first1, | |
| const unsigned char * | __last1, | |||
| const unsigned char * | __first2, | |||
| const unsigned char * | __last2 | |||
| ) | [inline] |
| int __gnu_cxx::__lexicographical_compare_3way | ( | const char * | __first1, | |
| const char * | __last1, | |||
| const char * | __first2, | |||
| const char * | __last2 | |||
| ) | [inline] |
| void __gnu_cxx::count | ( | _InputIterator | __first, | |
| _InputIterator | __last, | |||
| const _Tp & | __value, | |||
| _Size & | __n | |||
| ) |
Definition at line 225 of file ext/algorithm.
References __glibcxx_function_requires, and __glibcxx_requires_valid_range.
| void __gnu_cxx::count_if | ( | _InputIterator | __first, | |
| _InputIterator | __last, | |||
| _Predicate | __pred, | |||
| _Size & | __n | |||
| ) |
Definition at line 243 of file ext/algorithm.
References __glibcxx_function_requires, and __glibcxx_requires_valid_range.
| _RandomAccessIterator __gnu_cxx::__random_sample | ( | _InputIterator | __first, | |
| _InputIterator | __last, | |||
| _RandomAccessIterator | __out, | |||
| const _Distance | __n | |||
| ) |
| _RandomAccessIterator __gnu_cxx::__random_sample | ( | _InputIterator | __first, | |
| _InputIterator | __last, | |||
| _RandomAccessIterator | __out, | |||
| _RandomNumberGenerator & | __rand, | |||
| const _Distance | __n | |||
| ) |
| bool __gnu_cxx::operator== | ( | const array_allocator< _Tp, _Array > & | , | |
| const array_allocator< _Tp, _Array > & | ||||
| ) | [inline] |
Definition at line 134 of file array_allocator.h.
| bool __gnu_cxx::operator!= | ( | const array_allocator< _Tp, _Array > & | , | |
| const array_allocator< _Tp, _Array > & | ||||
| ) | [inline] |
Definition at line 140 of file array_allocator.h.
| size_t __gnu_cxx::_Bit_scan_forward | ( | size_t | __num | ) | [inline] |
Generic Version of the bsf instruction.
Definition at line 698 of file bitmap_allocator.h.
Referenced by __gnu_cxx::bitmap_allocator< _Tp >::_M_allocate_single_object().
| bool __gnu_cxx::operator== | ( | const bitmap_allocator< _Tp1 > & | , | |
| const bitmap_allocator< _Tp2 > & | ||||
| ) | throw () |
Definition at line 1255 of file bitmap_allocator.h.
| bool __gnu_cxx::operator!= | ( | const bitmap_allocator< _Tp1 > & | , | |
| const bitmap_allocator< _Tp2 > & | ||||
| ) | throw () |
Definition at line 1261 of file bitmap_allocator.h.
| const_mem_fun1_t< _Ret, _Tp, _Arg > __gnu_cxx::mem_fun1 | ( | _Ret(_Tp::*)(_Arg) | __f | ) | [inline] |
Definition at line 406 of file ext/functional.
| const_mem_fun1_ref_t< _Ret, _Tp, _Arg > __gnu_cxx::mem_fun1_ref | ( | _Ret(_Tp::*)(_Arg) | __f | ) | [inline] |
Definition at line 416 of file ext/functional.
| size_t __gnu_cxx::__stl_hash_string | ( | const char * | __s | ) | [inline] |
Definition at line 74 of file hash_fun.h.
Referenced by __gnu_cxx::hash< const char * >::operator()(), and __gnu_cxx::hash< char * >::operator()().
| bool __gnu_cxx::operator== | ( | const hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > & | , | |
| const hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > & | ||||
| ) | [inline] |
| bool __gnu_cxx::operator== | ( | const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm1, | |
| const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 282 of file ext/hash_map.
References __gnu_cxx::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >::_M_ht.
| bool __gnu_cxx::operator!= | ( | const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm1, | |
| const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 288 of file ext/hash_map.
| void __gnu_cxx::swap | ( | hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm1, | |
| hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 294 of file ext/hash_map.
References __gnu_cxx::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >::swap().
| bool __gnu_cxx::operator== | ( | const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > & | __hm1, | |
| const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 511 of file ext/hash_map.
References __gnu_cxx::hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >::_M_ht.
| bool __gnu_cxx::operator!= | ( | const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > & | __hm1, | |
| const hash_multimap< _Key, _Tp, _HF, _EqKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 517 of file ext/hash_map.
| void __gnu_cxx::swap | ( | hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm1, | |
| hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > & | __hm2 | |||
| ) | [inline] |
Definition at line 523 of file ext/hash_map.
References __gnu_cxx::hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >::swap().
| bool __gnu_cxx::operator== | ( | const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 271 of file ext/hash_set.
References __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::_M_ht.
| bool __gnu_cxx::operator!= | ( | const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| const hash_set< _Value, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 277 of file ext/hash_set.
| void __gnu_cxx::swap | ( | hash_set< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| hash_set< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 283 of file ext/hash_set.
References __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::swap().
| bool __gnu_cxx::operator== | ( | const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 477 of file ext/hash_set.
References __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >::_M_ht.
| bool __gnu_cxx::operator!= | ( | const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| const hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 483 of file ext/hash_set.
| void __gnu_cxx::swap | ( | hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs1, | |
| hash_multiset< _Val, _HashFcn, _EqualKey, _Alloc > & | __hs2 | |||
| ) | [inline] |
Definition at line 489 of file ext/hash_set.
References __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >::swap().
| unsigned long __gnu_cxx::__stl_next_prime | ( | unsigned long | __n | ) | [inline] |
Definition at line 225 of file ext/hashtable.h.
References __stl_prime_list, _S_num_primes, and std::lower_bound().
Referenced by __gnu_cxx::hashtable< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_M_next_size().
| bool __gnu_cxx::operator== | ( | const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht1, | |
| const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht2 | |||
| ) |
Definition at line 694 of file ext/hashtable.h.
References __gnu_cxx::hashtable< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::_M_buckets.
| bool __gnu_cxx::operator!= | ( | const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht1, | |
| const hashtable< _Val, _Key, _HF, _Ex, _Eq, _All > & | __ht2 | |||
| ) | [inline] |
Definition at line 735 of file ext/hashtable.h.
| void __gnu_cxx::swap | ( | hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > & | __ht1, | |
| hashtable< _Val, _Key, _HF, _Extract, _EqKey, _All > & | __ht2 | |||
| ) | [inline] |
Definition at line 742 of file ext/hashtable.h.
References __gnu_cxx::hashtable< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::swap().
| void __gnu_cxx::__distance | ( | _InputIterator | __first, | |
| _InputIterator | __last, | |||
| _Distance & | __n, | |||
| std::input_iterator_tag | ||||
| ) | [inline] |
Definition at line 78 of file ext/iterator.
References __glibcxx_function_requires.
Referenced by distance().
| void __gnu_cxx::__distance | ( | _RandomAccessIterator | __first, | |
| _RandomAccessIterator | __last, | |||
| _Distance & | __n, | |||
| std::random_access_iterator_tag | ||||
| ) | [inline] |
| bool __gnu_cxx::operator== | ( | const malloc_allocator< _Tp > & | , | |
| const malloc_allocator< _Tp > & | ||||
| ) | [inline] |
Definition at line 116 of file malloc_allocator.h.
| bool __gnu_cxx::operator!= | ( | const malloc_allocator< _Tp > & | , | |
| const malloc_allocator< _Tp > & | ||||
| ) | [inline] |
Definition at line 121 of file malloc_allocator.h.
| pair<_InputIter, _ForwardIter> __gnu_cxx::__uninitialized_copy_n | ( | _InputIter | __first, | |
| _Size | __count, | |||
| _ForwardIter | __result, | |||
| std::input_iterator_tag | ||||
| ) |
Definition at line 78 of file ext/memory.
References __throw_exception_again, std::_Construct(), and std::_Destroy().
Referenced by __uninitialized_copy_n(), and uninitialized_copy_n().
| pair<_RandomAccessIter, _ForwardIter> __gnu_cxx::__uninitialized_copy_n | ( | _RandomAccessIter | __first, | |
| _Size | __count, | |||
| _ForwardIter | __result, | |||
| std::random_access_iterator_tag | ||||
| ) | [inline] |
| pair<_InputIter, _ForwardIter> __gnu_cxx::__uninitialized_copy_n | ( | _InputIter | __first, | |
| _Size | __count, | |||
| _ForwardIter | __result | |||
| ) | [inline] |
Definition at line 108 of file ext/memory.
References std::__iterator_category(), and __uninitialized_copy_n().
| pair<_InputIter, _ForwardIter> __gnu_cxx::__uninitialized_copy_n_a | ( | _InputIter | __first, | |
| _Size | __count, | |||
| _ForwardIter | __result, | |||
| _Allocator | __alloc | |||
| ) |
Definition at line 136 of file ext/memory.
References __throw_exception_again, and std::_Destroy().
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_RopeLeaf_from_unowned_char_ptr().
| pair<_InputIter, _ForwardIter> __gnu_cxx::__uninitialized_copy_n_a | ( | _InputIter | __first, | |
| _Size | __count, | |||
| _ForwardIter | __result, | |||
| std::allocator< _Tp > | ||||
| ) | [inline] |
| bool __gnu_cxx::operator== | ( | const __mt_alloc< _Tp, _Poolp > & | , | |
| const __mt_alloc< _Tp, _Poolp > & | ||||
| ) | [inline] |
Definition at line 727 of file mt_allocator.h.
| bool __gnu_cxx::operator!= | ( | const __mt_alloc< _Tp, _Poolp > & | , | |
| const __mt_alloc< _Tp, _Poolp > & | ||||
| ) | [inline] |
Definition at line 732 of file mt_allocator.h.
| bool __gnu_cxx::operator== | ( | const new_allocator< _Tp > & | , | |
| const new_allocator< _Tp > & | ||||
| ) | [inline] |
Definition at line 112 of file new_allocator.h.
| bool __gnu_cxx::operator!= | ( | const new_allocator< _Tp > & | , | |
| const new_allocator< _Tp > & | ||||
| ) | [inline] |
Definition at line 117 of file new_allocator.h.
| _Tp __gnu_cxx::__power | ( | _Tp | __x, | |
| _Integer | __n, | |||
| _MonoidOperation | __monoid_op | |||
| ) |
| _Tp __gnu_cxx::__power | ( | _Tp | __x, | |
| _Integer | __n | |||
| ) | [inline] |
| bool __gnu_cxx::operator== | ( | const character< V, I, S > & | lhs, | |
| const character< V, I, S > & | rhs | |||
| ) | [inline] |
| bool __gnu_cxx::operator< | ( | const character< V, I, S > & | lhs, | |
| const character< V, I, S > & | rhs | |||
| ) | [inline] |
Definition at line 84 of file pod_char_traits.h.
| bool __gnu_cxx::operator== | ( | const __pool_alloc< _Tp > & | , | |
| const __pool_alloc< _Tp > & | ||||
| ) | [inline] |
Definition at line 177 of file pool_allocator.h.
| bool __gnu_cxx::operator!= | ( | const __pool_alloc< _Tp > & | , | |
| const __pool_alloc< _Tp > & | ||||
| ) | [inline] |
Definition at line 182 of file pool_allocator.h.
| _CharT __gnu_cxx::_S_eos | ( | _CharT * | ) | [inline] |
Definition at line 85 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_is0(), __gnu_cxx::rope< _CharT, _Alloc >::c_str(), and __gnu_cxx::rope< _CharT, _Alloc >::replace_with_c_str().
| bool __gnu_cxx::_S_is_basic_char_type | ( | _CharT * | ) | [inline] |
Definition at line 92 of file rope.
Referenced by __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_Rope_RopeLeaf(), __gnu_cxx::rope< _CharT, _Alloc >::_S_allocated_capacity(), __gnu_cxx::rope< _CharT, _Alloc >::_S_destr_leaf_concat_char_iter(), and __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_S_rounded_up_size().
| bool __gnu_cxx::_S_is_one_byte_char_type | ( | _CharT * | ) | [inline] |
| void __gnu_cxx::_S_cond_store_eos | ( | _CharT & | ) | [inline] |
Definition at line 116 of file rope.
Referenced by __gnu_cxx::rope< _CharT, _Alloc >::_S_destr_leaf_concat_char_iter(), __gnu_cxx::rope< _CharT, _Alloc >::_S_RopeLeaf_from_unowned_char_ptr(), and __gnu_cxx::rope< _CharT, _Alloc >::rope().
| bool __gnu_cxx::operator== | ( | const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __x, | |
| const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
Definition at line 2812 of file rope.
References __gnu_cxx::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_pos, and __gnu_cxx::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_root.
| _Rope_const_iterator< _CharT, _Alloc > __gnu_cxx::operator- | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| ptrdiff_t | __n | |||
| ) | [inline] |
Definition at line 2661 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_root.
| _Rope_const_iterator< _CharT, _Alloc > __gnu_cxx::operator+ | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| ptrdiff_t | __n | |||
| ) | [inline] |
Definition at line 2667 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_root.
| _Rope_const_iterator< _CharT, _Alloc > __gnu_cxx::operator+ | ( | ptrdiff_t | __n, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __x | |||
| ) | [inline] |
Definition at line 2673 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_root.
| bool __gnu_cxx::operator== | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
Definition at line 2621 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_root.
| bool __gnu_cxx::operator< | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| ptrdiff_t __gnu_cxx::operator- | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
Definition at line 2655 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos.
| _Rope_iterator< _CharT, _Alloc > __gnu_cxx::operator- | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| ptrdiff_t | __n | |||
| ) | [inline] |
Definition at line 2723 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::_M_root_rope.
| _Rope_iterator< _CharT, _Alloc > __gnu_cxx::operator+ | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| ptrdiff_t | __n | |||
| ) | [inline] |
Definition at line 2730 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::_M_root_rope.
| _Rope_iterator< _CharT, _Alloc > __gnu_cxx::operator+ | ( | ptrdiff_t | __n, | |
| const _Rope_iterator< _CharT, _Alloc > & | __x | |||
| ) | [inline] |
Definition at line 2736 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::_M_root_rope.
| bool __gnu_cxx::operator== | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
Definition at line 2679 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and __gnu_cxx::_Rope_iterator< _CharT, _Alloc >::_M_root_rope.
| bool __gnu_cxx::operator< | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| ptrdiff_t __gnu_cxx::operator- | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
Definition at line 2716 of file rope.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos.
| rope< _CharT, _Alloc > __gnu_cxx::operator+ | ( | const rope< _CharT, _Alloc > & | __left, | |
| const rope< _CharT, _Alloc > & | __right | |||
| ) | [inline] |
Definition at line 2742 of file rope.
References __gnu_cxx::_Rope_base< _CharT, _Alloc >::_M_tree_ptr, and __gnu_cxx::_Rope_constants::_S_concat.
| rope< _CharT, _Alloc > __gnu_cxx::operator+ | ( | const rope< _CharT, _Alloc > & | __left, | |
| const _CharT * | __right | |||
| ) | [inline] |
Definition at line 2763 of file rope.
References __gnu_cxx::_Rope_base< _CharT, _Alloc >::_M_tree_ptr.
| rope< _CharT, _Alloc > __gnu_cxx::operator+ | ( | const rope< _CharT, _Alloc > & | __left, | |
| _CharT | __right | |||
| ) | [inline] |
Definition at line 2783 of file rope.
References __gnu_cxx::_Rope_base< _CharT, _Alloc >::_M_tree_ptr.
| void __gnu_cxx::swap | ( | _Rope_char_ref_proxy< _CharT, __Alloc > | __a, | |
| _Rope_char_ref_proxy< _CharT, __Alloc > | __b | |||
| ) | [inline] |
| bool __gnu_cxx::operator!= | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator> | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator>= | ( | const _Rope_const_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_const_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator!= | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator> | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator>= | ( | const _Rope_iterator< _CharT, _Alloc > & | __x, | |
| const _Rope_iterator< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| rope<_CharT, _Alloc>& __gnu_cxx::operator+= | ( | rope< _CharT, _Alloc > & | __left, | |
| const rope< _CharT, _Alloc > & | __right | |||
| ) | [inline] |
| rope<_CharT, _Alloc>& __gnu_cxx::operator+= | ( | rope< _CharT, _Alloc > & | __left, | |
| const _CharT * | __right | |||
| ) | [inline] |
| rope<_CharT, _Alloc>& __gnu_cxx::operator+= | ( | rope< _CharT, _Alloc > & | __left, | |
| _CharT | __right | |||
| ) | [inline] |
| bool __gnu_cxx::operator< | ( | const rope< _CharT, _Alloc > & | __left, | |
| const rope< _CharT, _Alloc > & | __right | |||
| ) |
| bool __gnu_cxx::operator== | ( | const rope< _CharT, _Alloc > & | __left, | |
| const rope< _CharT, _Alloc > & | __right | |||
| ) |
| bool __gnu_cxx::operator!= | ( | const rope< _CharT, _Alloc > & | __x, | |
| const rope< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator> | ( | const rope< _CharT, _Alloc > & | __x, | |
| const rope< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const rope< _CharT, _Alloc > & | __x, | |
| const rope< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator>= | ( | const rope< _CharT, _Alloc > & | __x, | |
| const rope< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| bool __gnu_cxx::operator!= | ( | const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __x, | |
| const _Rope_char_ptr_proxy< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| basic_ostream< _CharT, _Traits > & __gnu_cxx::operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __o, | |
| const rope< _CharT, _Alloc > & | __r | |||
| ) |
Definition at line 1013 of file ropeimpl.h.
References __throw_exception_again, _Rope_fill(), _Rope_is_simple(), std::ios_base::flags(), std::ios_base::left, and std::ios_base::width().
| crope::reference __gnu_cxx::__mutable_reference_at | ( | crope & | __c, | |
| size_t | __i | |||
| ) | [inline] |
Definition at line 2855 of file rope.
References __gnu_cxx::rope< _CharT, _Alloc >::mutable_reference_at().
| wrope::reference __gnu_cxx::__mutable_reference_at | ( | wrope & | __c, | |
| size_t | __i | |||
| ) | [inline] |
Definition at line 2859 of file rope.
References __gnu_cxx::rope< _CharT, _Alloc >::mutable_reference_at().
| void __gnu_cxx::swap | ( | rope< _CharT, _Alloc > & | __x, | |
| rope< _CharT, _Alloc > & | __y | |||
| ) | [inline] |
| void __gnu_cxx::_Rope_fill | ( | basic_ostream< _CharT, _Traits > & | __o, | |
| size_t | __n | |||
| ) | [inline] |
| bool __gnu_cxx::_Rope_is_simple | ( | _CharT * | ) | [inline] |
| bool __gnu_cxx::_Rope_is_simple | ( | char * | ) | [inline] |
Definition at line 1004 of file ropeimpl.h.
| bool __gnu_cxx::_Rope_is_simple | ( | wchar_t * | ) | [inline] |
Definition at line 1008 of file ropeimpl.h.
| void __gnu_cxx::_Rope_rotate | ( | _Rope_iterator | __first, | |
| _Rope_iterator | __middle, | |||
| _Rope_iterator | __last | |||
| ) |
Definition at line 1657 of file ropeimpl.h.
References __gnu_cxx::_Rope_iterator_base< _CharT, _Alloc >::index().
Referenced by rotate().
| void __gnu_cxx::rotate | ( | _Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> | __first, | |
| _Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> | __middle, | |||
| _Rope_iterator< char, __STL_DEFAULT_ALLOCATOR(char)> | __last | |||
| ) | [inline] |
| _Slist_node_base* __gnu_cxx::__slist_make_link | ( | _Slist_node_base * | __prev_node, | |
| _Slist_node_base * | __new_node | |||
| ) | [inline] |
Definition at line 72 of file slist.
References __gnu_cxx::_Slist_node_base::_M_next.
Referenced by __gnu_cxx::slist< _Tp, _Alloc >::_M_insert_after(), __gnu_cxx::slist< _Tp, _Alloc >::_M_insert_after_fill(), __gnu_cxx::slist< _Tp, _Alloc >::_M_insert_after_range(), and __gnu_cxx::slist< _Tp, _Alloc >::push_front().
| _Slist_node_base* __gnu_cxx::__slist_previous | ( | _Slist_node_base * | __head, | |
| const _Slist_node_base * | __node | |||
| ) | [inline] |
Definition at line 81 of file slist.
References __gnu_cxx::_Slist_node_base::_M_next.
Referenced by __slist_splice_after(), __gnu_cxx::slist< _Tp, _Alloc >::erase(), __gnu_cxx::slist< _Tp, _Alloc >::insert(), __gnu_cxx::slist< _Tp, _Alloc >::previous(), and __gnu_cxx::slist< _Tp, _Alloc >::splice().
| const _Slist_node_base* __gnu_cxx::__slist_previous | ( | const _Slist_node_base * | __head, | |
| const _Slist_node_base * | __node | |||
| ) | [inline] |
| void __gnu_cxx::__slist_splice_after | ( | _Slist_node_base * | __pos, | |
| _Slist_node_base * | __before_first, | |||
| _Slist_node_base * | __before_last | |||
| ) | [inline] |
Definition at line 99 of file slist.
References __gnu_cxx::_Slist_node_base::_M_next.
Referenced by __gnu_cxx::slist< _Tp, _Alloc >::merge(), __gnu_cxx::slist< _Tp, _Alloc >::sort(), __gnu_cxx::slist< _Tp, _Alloc >::splice(), and __gnu_cxx::slist< _Tp, _Alloc >::splice_after().
| void __gnu_cxx::__slist_splice_after | ( | _Slist_node_base * | __pos, | |
| _Slist_node_base * | __head | |||
| ) | [inline] |
Definition at line 114 of file slist.
References __slist_previous(), and __gnu_cxx::_Slist_node_base::_M_next.
| _Slist_node_base* __gnu_cxx::__slist_reverse | ( | _Slist_node_base * | __node | ) | [inline] |
Definition at line 127 of file slist.
References __gnu_cxx::_Slist_node_base::_M_next.
Referenced by __gnu_cxx::slist< _Tp, _Alloc >::reverse().
| size_t __gnu_cxx::__slist_size | ( | _Slist_node_base * | __node | ) | [inline] |
Definition at line 143 of file slist.
References __gnu_cxx::_Slist_node_base::_M_next.
Referenced by __gnu_cxx::slist< _Tp, _Alloc >::size().
| bool __gnu_cxx::operator== | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
Definition at line 794 of file slist.
References __gnu_cxx::slist< _Tp, _Alloc >::begin(), and __gnu_cxx::slist< _Tp, _Alloc >::end().
| bool __gnu_cxx::operator< | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
| bool __gnu_cxx::operator!= | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
| bool __gnu_cxx::operator> | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
| bool __gnu_cxx::operator>= | ( | const slist< _Tp, _Alloc > & | _SL1, | |
| const slist< _Tp, _Alloc > & | _SL2 | |||
| ) | [inline] |
| void __gnu_cxx::swap | ( | slist< _Tp, _Alloc > & | __x, | |
| slist< _Tp, _Alloc > & | __y | |||
| ) | [inline] |
| __versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) |
Concatenate two strings.
| lhs | First string. | |
| rhs | Last string. |
Definition at line 182 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
| __versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) |
Concatenate C string and string.
| lhs | First string. | |
| rhs | Last string. |
Definition at line 195 of file vstring.tcc.
References __glibcxx_requires_string, and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
| __versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | _CharT | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) |
Concatenate character and string.
| lhs | First string. | |
| rhs | Last string. |
Definition at line 212 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::push_back(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
| __versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) |
Concatenate string and C string.
| lhs | First string. | |
| rhs | Last string. |
Definition at line 225 of file vstring.tcc.
References __glibcxx_requires_string, and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
| __versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| _CharT | __rhs | |||
| ) |
Concatenate string and character.
| lhs | First string. | |
| rhs | Last string. |
Definition at line 242 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::push_back(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
| bool __gnu_cxx::operator== | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test equivalence of two strings.
| lhs | First string. | |
| rhs | Second string. |
Definition at line 1868 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator== | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test equivalence of C string and string.
| lhs | C string. | |
| rhs | String. |
Definition at line 1881 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator== | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
Test equivalence of string and C string.
| lhs | String. | |
| rhs | C string. |
Definition at line 1894 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator!= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test difference of two strings.
| lhs | First string. | |
| rhs | Second string. |
Definition at line 1908 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator!= | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test difference of C string and string.
| lhs | C string. | |
| rhs | String. |
Definition at line 1921 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator!= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
Test difference of string and C string.
| lhs | String. | |
| rhs | C string. |
Definition at line 1934 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator< | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
| bool __gnu_cxx::operator< | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
| bool __gnu_cxx::operator< | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if C string precedes string.
| lhs | C string. | |
| rhs | String. |
Definition at line 1974 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator> | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if string follows string.
| lhs | First string. | |
| rhs | Second string. |
Definition at line 1988 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator> | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
Test if string follows C string.
| lhs | String. | |
| rhs | C string. |
Definition at line 2001 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator> | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if C string follows string.
| lhs | C string. | |
| rhs | String. |
Definition at line 2014 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator<= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
| bool __gnu_cxx::operator<= | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if C string doesn't follow string.
| lhs | C string. | |
| rhs | String. |
Definition at line 2054 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator>= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if string doesn't precede string.
| lhs | First string. | |
| rhs | Second string. |
Definition at line 2068 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator>= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| const _CharT * | __rhs | |||
| ) | [inline] |
Test if string doesn't precede C string.
| lhs | String. | |
| rhs | C string. |
Definition at line 2081 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| bool __gnu_cxx::operator>= | ( | const _CharT * | __lhs, | |
| const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Test if C string doesn't precede string.
| lhs | C string. | |
| rhs | String. |
Definition at line 2094 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
| void __gnu_cxx::swap | ( | __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
| ) | [inline] |
Swap contents of two strings.
| lhs | First string. | |
| rhs | Second string. |
Definition at line 2108 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::swap().
Definition at line 44 of file atomicity.h.
Referenced by std::__insertion_sort(), std::collate< _CharT >::do_hash(), __gnu_debug_def::bitset< _Nb >::set(), and _GLIBCXX_STD::bitset< _Nb >::set().
| void int __gnu_cxx::__val |
Definition at line 48 of file atomicity.h.
| _GLIBCXX_DEFINE_BINARY_OPERATOR_CONSTRAINT* __gnu_cxx::_TimesOpConcept |
Definition at line 304 of file boost_concept_check.h.
const unsigned long __gnu_cxx::__stl_prime_list[_S_num_primes] [static] |
Initial value:
{
53ul, 97ul, 193ul, 389ul, 769ul,
1543ul, 3079ul, 6151ul, 12289ul, 24593ul,
49157ul, 98317ul, 196613ul, 393241ul, 786433ul,
1572869ul, 3145739ul, 6291469ul, 12582917ul, 25165843ul,
50331653ul, 100663319ul, 201326611ul, 402653189ul, 805306457ul,
1610612741ul, 3221225473ul, 4294967291ul
}
Definition at line 214 of file ext/hashtable.h.
Referenced by __stl_next_prime(), and __gnu_cxx::hashtable< _Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc >::max_bucket_count().
| rope<_CharT, _Alloc> __gnu_cxx::identity_element(_Rope_Concat_fn< _CharT, _Alloc >) |
1.4.7