stl_function.h File Reference
Detailed Description
This is an internal header file, included by other library headers. You should not attempt to use it directly.
Definition in file stl_function.h.
Go to the source code of this file.
Namespaces
Classes
- struct _Identity
- struct _Select1st
- struct _Select2nd
- struct binary_function
- class binary_negate
- One of the negation functors. More...
- class binder1st
- One of the binder functors. More...
- class binder2nd
- One of the binder functors. More...
- class const_mem_fun1_ref_t
- One of the adaptors for member pointers. More...
- class const_mem_fun1_ref_t< void, _Tp, _Arg >
- One of the adaptors for member pointers. More...
- class const_mem_fun1_t
- One of the adaptors for member pointers. More...
- class const_mem_fun1_t< void, _Tp, _Arg >
- One of the adaptors for member pointers. More...
- class const_mem_fun_ref_t
- One of the adaptors for member pointers. More...
- class const_mem_fun_ref_t< void, _Tp >
- One of the adaptors for member pointers. More...
- class const_mem_fun_t
- One of the adaptors for member pointers. More...
- class const_mem_fun_t< void, _Tp >
- One of the adaptors for member pointers. More...
- struct divides
- One of the math functors. More...
- struct equal_to
- One of the comparison functors. More...
- struct greater
- One of the comparison functors. More...
- struct greater_equal
- One of the comparison functors. More...
- struct less
- One of the comparison functors. More...
- struct less_equal
- One of the comparison functors. More...
- struct logical_and
- One of the Boolean operations functors. More...
- struct logical_not
- One of the Boolean operations functors. More...
- struct logical_or
- One of the Boolean operations functors. More...
- class mem_fun1_ref_t
- One of the adaptors for member pointers. More...
- class mem_fun1_ref_t< void, _Tp, _Arg >
- One of the adaptors for member pointers. More...
- class mem_fun1_t
- One of the adaptors for member pointers. More...
- class mem_fun1_t< void, _Tp, _Arg >
- One of the adaptors for member pointers. More...
- class mem_fun_ref_t
- One of the adaptors for member pointers. More...
- class mem_fun_ref_t< void, _Tp >
- One of the adaptors for member pointers. More...
- class mem_fun_t
- One of the adaptors for member pointers. More...
- class mem_fun_t< void, _Tp >
- One of the adaptors for member pointers. More...
- struct minus
- One of the math functors. More...
- struct modulus
- One of the math functors. More...
- struct multiplies
- One of the math functors. More...
- struct negate
- One of the math functors. More...
- struct not_equal_to
- One of the comparison functors. More...
- struct plus
- One of the math functors. More...
- class pointer_to_binary_function
- One of the adaptors for function pointers. More...
- class pointer_to_unary_function
- One of the adaptors for function pointers. More...
- struct unary_function
- class unary_negate
- One of the negation functors. More...
Defines
Functions
- template<class _Operation, class _Tp> binder1st< _Operation > std::bind1st (const _Operation &__fn, const _Tp &__x)
- template<class _Operation, class _Tp> binder2nd< _Operation > std::bind2nd (const _Operation &__fn, const _Tp &__x)
-
template<class _Ret, class _Tp, class _Arg> mem_fun1_t< _Ret, _Tp, _Arg > std::mem_fun (_Ret(_Tp::*__f)(_Arg))
-
template<class _Ret, class _Tp> mem_fun_t< _Ret, _Tp > std::mem_fun (_Ret(_Tp::*__f)())
-
template<class _Ret, class _Tp, class _Arg> mem_fun1_ref_t< _Ret, _Tp,
_Arg > std::mem_fun_ref (_Ret(_Tp::*__f)(_Arg))
-
template<class _Ret, class _Tp> mem_fun_ref_t< _Ret, _Tp > std::mem_fun_ref (_Ret(_Tp::*__f)())
- template<class _Predicate> unary_negate< _Predicate > std::not1 (const _Predicate &__pred)
- template<class _Predicate> binary_negate< _Predicate > std::not2 (const _Predicate &__pred)
- template<class _Arg1, class _Arg2, class _Result> pointer_to_binary_function<
_Arg1, _Arg2, _Result > std::ptr_fun (_Result(*__x)(_Arg1, _Arg2))
- template<class _Arg, class _Result> pointer_to_unary_function<
_Arg, _Result > std::ptr_fun (_Result(*__x)(_Arg))
Generated on Thu Apr 20 22:15:09 2006 for libstdc++ source by
1.4.6