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

List of objects/tuples - relation with binding pattern "f..f". More...

#include "../base/ver.h"
#include "../base/str.h"
#include "../base/err.h"
#include "../base/check.h"
#include "../mem/page.h"
#include "../mem/mpool.h"
#include "../rel/rel.h"

Go to the source code of this file.

Classes

class  cur_list_c< T >
 
class  list_c< T >
 

Macros

#define LIST_LEAF_NULL   (static_cast<T*>(PAGE_NULL))
 
#define LIST_MID_NULL   (static_cast<T**>(PAGE_NULL))
 
#define LIST_TOP_NULL   (static_cast<T***>(PAGE_NULL))
 

Detailed Description

List of objects/tuples - relation with binding pattern "f..f".