Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

compose.h File Reference

The header for compose functions. More...

#include "functions.h"

Include dependency graph for compose.h:

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

Go to the source code of this file.

Namespaces

namespace  skeleton

Classes

class  skeleton::composite_unary_function< F, G >
class  skeleton::composite_unary_ptr_function< F, G >
class  skeleton::composite_binary_function< F, G >
class  skeleton::composite_binary_ptr_function< F, G >
class  skeleton::composite_binary_two_function< F, G, H >
class  skeleton::composite_binary_two_ptr_function< F, G, H >

Functions

template<typename F, typename G>
skeleton::composite_unary_function<
F, G > 
skeleton::compose_unary_functions (const F &f, const G &g)
template<typename F, typename G>
skeleton::composite_unary_ptr_function<
F, G > 
skeleton::compose_unary_ptr_functions (const F &f, const G &g)
template<typename F, typename G>
skeleton::composite_binary_function<
F, G > 
skeleton::compose_binary_functions (const F &f, const G &g)
template<typename F, typename G>
skeleton::composite_binary_ptr_function<
F, G > 
skeleton::compose_binary_ptr_functions (const F &f, const G &g)
template<typename F, typename G, typename H>
skeleton::composite_binary_two_function<
F, G, H > 
skeleton::compose_binary_two_functions (const F &f, const G &g, const H &h)
template<typename F, typename G, typename H>
skeleton::composite_binary_two_ptr_function<
F, G, H > 
skeleton::compose_binary_two_ptr_functions (const F &f, const G &g, const H &h)


Detailed Description

The header for compose functions.

Author:
Yoshiki AKASHI (yoshiki@ipl.cs.uec.ac.jp)

Definition in file compose.h.


Generated on Wed Jan 18 22:20:00 2006 for SkeTo -- Skeleton Library in Tokyo by  doxygen 1.4.4