Classes | |
class | composite_unary_function |
class | composite_unary_ptr_function |
class | composite_binary_function |
class | composite_binary_ptr_function |
class | composite_binary_two_function |
class | composite_binary_two_ptr_function |
struct | bad_size |
struct | error |
struct | unary_function |
struct | unary_ptr_function |
struct | binary_function |
struct | binary_ptr_function |
struct | ternary_function |
struct | Id |
struct | Snd |
class | product_function |
class | product_ptr_function |
class | resolving_function |
class | resolving_ptr_function |
class | sketoOstream |
Namespaces | |
namespace | time |
Functions | |
template<typename F, typename G> | |
skeleton::composite_unary_function< F, G > | compose_unary_functions (const F &f, const G &g) |
template<typename F, typename G> | |
skeleton::composite_unary_ptr_function< F, G > | compose_unary_ptr_functions (const F &f, const G &g) |
template<typename F, typename G> | |
skeleton::composite_binary_function< F, G > | compose_binary_functions (const F &f, const G &g) |
template<typename F, typename G> | |
skeleton::composite_binary_ptr_function< F, G > | 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 > | 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 > | compose_binary_two_ptr_functions (const F &f, const G &g, const H &h) |
template<typename F> | |
Id< typename F::result_type > | make_id (const F &f) |
template<typename F> | |
Snd< typename F::result_type > | make_snd (const F &f) |
template<typename F, typename G> | |
skeleton::product_function< F, G > | produce_functions (const F &f, const G &g) |
template<typename F, typename G> | |
skeleton::product_ptr_function< F, G > | produce_ptr_functions (const F &f, const G &g) |
template<typename F> | |
skeleton::resolving_function< F > | resolve_function (const F &f) |
template<typename F> | |
skeleton::resolving_ptr_function< F > | resolve_ptr_function (const F &f) |
void | init (int &argc, char **&argv) |
void | finalize () |
bool | is_master () |
void | mprintf (const char *format,...) |
template<class A> | |
void | safe_delete (A *a) |
template<class A> | |
void | safe_delete_array (A *a) |
Variables | |
int | rank |
int | procs |
sketoOstream | cout |
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 26 of file sketo.cpp. Referenced by main(). |
|
Definition at line 19 of file sketo.cpp. Referenced by dist_list< A >::dist_list(), main(), dist_list< A >::operator=(), matrix< A >::setSize(), and matrix< A >::tr(). |
|
Definition at line 31 of file sketo.cpp. References rank. Referenced by skeleton::time::initialize(), mprintf(), skeleton::time::print(), and skeleton::time::set_time(). |
|
Definition at line 61 of file functions.h. |
|
Definition at line 68 of file functions.h. |
|
Definition at line 36 of file sketo.cpp. References is_master(). Here is the call graph for this function: ![]() |
|
|
|
|
|
|
|
|
|
Definition at line 67 of file skeleton.h. |
|
Definition at line 73 of file skeleton.h. |
|
|
|