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 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, Type, 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, Type, 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, Type >
- 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, Type >
- 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, Type, 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, Type, 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, Type >
- 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, Type >
- 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 Type> binder1st< Operation > bind1st (const Operation &__fn, const Type &x)
- template<class Operation, class Type> binder2nd< Operation > bind2nd (const Operation &__fn, const Type &x)
-
template<class Ret, class Type, class Arg> mem_fun1_t< Ret, Type, Arg > mem_fun (Ret(Type::*__f)(Arg))
-
template<class Ret, class Type> mem_fun_t< Ret, Type > mem_fun (Ret(Type::*__f)())
-
template<class Ret, class Type, class Arg> mem_fun1_ref_t< Ret, Type,
Arg > mem_fun_ref (Ret(Type::*__f)(Arg))
-
template<class Ret, class Type> mem_fun_ref_t< Ret, Type > mem_fun_ref (Ret(Type::*__f)())
- template<class Predicate> unary_negate< Predicate > not1 (const Predicate &pred)
- template<class Predicate> binary_negate< Predicate > not2 (const Predicate &pred)
- template<class Arg1, class Arg2, class Result> pointer_to_binary_function<
Arg1, Arg2, Result > ptr_fun (Result(*x)(Arg1, Arg2))
- template<class Arg, class Result> pointer_to_unary_function<
Arg, Result > ptr_fun (Result(*x)(Arg))
Generated on Sun Sep 12 15:50:04 2004 for libstdc++ source by
1.3.8