#include <dbtools.h>
Public Types | |
typedef work_node_context | context |
typedef bool | return_type |
Public Member Functions | |
box_check_intersection (vdbl::colid _x) | |
box_check_intersection (const box_check_intersection &_i) | |
virtual | ~box_check_intersection () |
bool | operator() () const |
bool | def () const |
void | setcontext (const context *c, const vdbl::row *r) |
Definition at line 95 of file dbtools.h.
typedef bool coco::box_check_intersection::return_type |
coco::box_check_intersection::box_check_intersection | ( | vdbl::colid | _x | ) | [inline] |
coco::box_check_intersection::box_check_intersection | ( | const box_check_intersection & | _i | ) | [inline] |
virtual coco::box_check_intersection::~box_check_intersection | ( | ) | [inline, virtual] |
bool coco::box_check_intersection::def | ( | ) | const [inline] |
bool coco::box_check_intersection::operator() | ( | ) | const |
Evaluation operator, which computes the value of the stored procedure
Definition at line 75 of file dbtools.cc.
void coco::box_check_intersection::setcontext | ( | const context * | c, | |
const vdbl::row * | r | |||
) | [inline] |