#include <coconut_config.h>#include <libgen.h>#include <model.h>#include <dbtables.h>#include <print_seq.h>#include <g_addalgo.h>#include <writer_utils.h>

Go to the source code of this file.
Namespaces | |
| namespace | coco |
| the main namespace of the COCONUT API | |
Defines | |
| #define | throw_read(MSG) |
| #define | MT_DBL 1 |
| #define | MT_INTV 2 |
| #define | MT_INT 3 |
| #define | MT_STORED 8 |
| #define | MODEL_INITIAL_BUF_SIZE 1024 |
Definition in file model.cc.
| #define throw_read | ( | MSG | ) |
Value:
do { throw api_exception(apiee_io, \ std::string("Malformed Input: Line ")+\ convert_to_str(ln)+": "\ +MSG); } while(0)
1.5.8