36 #ifndef __DIST_CNC__H_ 37 #define __DIST_CNC__H_ 494 #ifdef _CnC_H_ALREADY_INCLUDED_ 495 #warning dist_cnc.h included after cnc.h. Distribution capabilities will not be activated. 502 #include <cnc/internal/dist/dist_init.h> 574 template<
class C1,
class C2 = Internal::void_context,
class C3 = Internal::void_context,
575 class C4 = Internal::void_context,
class C5 = Internal::void_context >
578 dist_cnc_init() : Internal::dist_init< C1, C2, C3, C4, C5 >() {}
581 dist_cnc_init(
bool dist_env,
long flag = 0 ) : Internal::dist_init< C1, C2, C3, C4, C5 >( flag, dist_env ) {}
584 dist_cnc_init(
long flag,
bool dist_env =
false ) : Internal::dist_init< C1, C2, C3, C4, C5 >( flag, dist_env ) {}
591 #endif // __DIST_CNC__H_
dist_cnc_init(long flag, bool dist_env=false)
dist_cnc_init(bool dist_env, long flag=0)