27 #ifndef BENCH_TCFF_5_INCLUDED
28 #define BENCH_TCFF_5_INCLUDED
36 #include "../base/ver.h"
47 #include "../base/str.h"
50 #ifndef CHECK_INCLUDED
51 #include "../base/check.h"
54 #ifndef LIST_2_INCLUDED
55 #include "../rel/list_2.h"
58 #ifndef CUR_2_INCLUDED
59 #include "../rel/cur_2.h"
62 #ifndef SET_2_INCLUDED
63 #include "../rel/set_2.h"
66 #ifndef REL_N_N_INCLUDED
67 #include "../rel/rel_n_n.h"
71 #include "../emu/bam.h"
74 #ifndef BENCH_INCLUDED
86 static const long BENCH_TCFF_5_MAGIC = 0x5443460AL;
121 "tc(X,Y) Bench., Ver.5: Abstract Machine";
125 str_t file(
int i)
const;
128 long result(
int i)
const;
134 inline bool fetch() {
135 return result_cursor.fetch();
140 return result_cursor.c1();
145 return result_cursor.c2();
149 inline bool error() {
156 if(result_list.mem_err())
162 inline void close() {
163 result_cursor.close();
Abstract Superclass of Standard Benchmarks with load() and eval()
bool load(str_t filename)
Definition: bench_tcff_5.cpp:103
Abstract superclass for Standard Benchmarks with load() and eval() Methods.
Definition: bench.h:67
const char * str_t
Definition: str.h:41
Definition: bench_tcff_5.h:93
#define STR_NULL
Definition: str.h:52