BAM
Abstract Machine for Bottom-Up Evaluation with the Push Method
Classes | Macros | Typedefs
rtest.h File Reference

Superclass for Standard Tests of Relation-like Data Structures. More...

#include "../base/ver.h"
#include "../base/str.h"
#include "../base/check.h"
#include "../rel/relsize.h"
#include "../rel/rel.h"

Go to the source code of this file.

Classes

class  rtest_c
 Abstract superclass for Standard Tests/Benchmarks of relation-like data structures with insert() and lookup() Methods. More...
 

Macros

#define RTEST_NULL   (static_cast<rtest_t>(0))
 

Typedefs

typedef rtest_crtest_t
 

Detailed Description

Superclass for Standard Tests of Relation-like Data Structures.