functional File Reference

#include <functional>

Include dependency graph for ext/functional:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Classes

class  __gnu_cxx::unary_compose< Operation1, Operation2 >
 An SGI extension . More...
class  __gnu_cxx::binary_compose< Operation1, Operation2, Operation3 >
 An SGI extension . More...
struct  __gnu_cxx::identity< Type >
struct  __gnu_cxx::select1st< Pair >
 An SGI extension . More...
struct  __gnu_cxx::select2nd< Pair >
 An SGI extension . More...
struct  __gnu_cxx::Project1st< Arg1, Arg2 >
struct  __gnu_cxx::Project2nd< Arg1, Arg2 >
struct  __gnu_cxx::project1st< Arg1, Arg2 >
 An SGI extension . More...
struct  __gnu_cxx::project2nd< Arg1, Arg2 >
 An SGI extension . More...
struct  __gnu_cxx::Constant_void_fun< Result >
struct  __gnu_cxx::Constant_unary_fun< Result, Argument >
struct  __gnu_cxx::Constant_binary_fun< Result, Arg1, Arg2 >
struct  __gnu_cxx::constant_void_fun< Result >
 An SGI extension . More...
struct  __gnu_cxx::constant_unary_fun< Result, Argument >
 An SGI extension . More...
struct  __gnu_cxx::constant_binary_fun< Result, Arg1, Arg2 >
 An SGI extension . More...
class  __gnu_cxx::subtractive_rng

Defines

#define EXTFUNCTIONAL

Functions

template<class Type>
Type __gnu_cxx::identity_element (std::plus< Type >)
 An SGI extension .
template<class Type>
Type __gnu_cxx::identity_element (std::multiplies< Type >)
 An SGI extension .
template<class Operation1, class Operation2>
unary_compose< Operation1,
Operation2 > 
__gnu_cxx::compose1 (const Operation1 &__fn1, const Operation2 &__fn2)
 An SGI extension .
template<class Operation1, class Operation2, class Operation3>
binary_compose< Operation1,
Operation2, Operation3 > 
__gnu_cxx::compose2 (const Operation1 &__fn1, const Operation2 &__fn2, const Operation3 &__fn3)
 An SGI extension .
template<class Result>
constant_void_fun< Result > __gnu_cxx::constant0 (const Result &__val)
 An SGI extension .
template<class Result>
constant_unary_fun< Result,
Result > 
__gnu_cxx::constant1 (const Result &__val)
 An SGI extension .
template<class Result>
constant_binary_fun< Result,
Result, Result > 
__gnu_cxx::constant2 (const Result &__val)
 An SGI extension .
template<class Ret, class Type, class Arg>
mem_fun1_t< Ret, Type, Arg > __gnu_cxx::mem_fun1 (Ret(Type::*__f)(Arg))
template<class Ret, class Type, class Arg>
mem_fun1_ref_t< Ret, Type,
Arg > 
__gnu_cxx::mem_fun1_ref (Ret(Type::*__f)(Arg))


Detailed Description

This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset). You should only include this header if you are using GCC 3 or later.

Definition in file ext/functional.


Generated on Tue Jan 2 16:58:29 2007 for libstdc++-v3 Source by  doxygen 1.5.1