#include "ppl.hh"#include "ppl_c.h"#include <stdexcept>#include "ppl_c_implementation_common.inlines.hh"
Go to the source code of this file.
| #define CATCH_ALL |
Definition at line 144 of file ppl_c_implementation_common.defs.hh.
| #define CATCH_STD_EXCEPTION | ( | exception, | |||
| code | ) |
catch (const std::exception& e) { \ notify_error(code, e.what()); \ return code; \ }
Definition at line 138 of file ppl_c_implementation_common.defs.hh.
| #define DECLARE_CONVERSIONS | ( | Type, | |||
| CPP_Type | ) |
Definition at line 169 of file ppl_c_implementation_common.defs.hh.
| #define DEFINE_ASCII_DUMP_FUNCTIONS | ( | Type | ) |
Definition at line 229 of file ppl_c_implementation_common.defs.hh.
| #define DEFINE_ASCII_DUMP_LOAD_FUNCTIONS | ( | Type | ) |
DEFINE_ASCII_DUMP_FUNCTIONS(Type) \ DEFINE_ASCII_LOAD_FUNCTIONS(Type)
Definition at line 252 of file ppl_c_implementation_common.defs.hh.
| #define DEFINE_ASCII_LOAD_FUNCTIONS | ( | Type | ) |
Definition at line 241 of file ppl_c_implementation_common.defs.hh.
| #define DEFINE_OUTPUT_FUNCTIONS | ( | Type | ) |
DEFINE_PRINT_FUNCTIONS(Type) \ DEFINE_ASCII_DUMP_LOAD_FUNCTIONS(Type)
Definition at line 256 of file ppl_c_implementation_common.defs.hh.
| #define DEFINE_PRINT_FUNCTIONS | ( | Type | ) |
Definition at line 190 of file ppl_c_implementation_common.defs.hh.
| #define PPL_NO_AUTOMATIC_INITIALIZATION |
Definition at line 27 of file ppl_c_implementation_common.defs.hh.
1.6.3