#include <compiler.h>
| dbExprNode | ( | dbExprNode * | node | ) |
| dbExprNode | ( | int | cop, | |
| dbExprNode * | left = NULL, |
|||
| dbExprNode * | right = NULL, |
|||
| dbExprNode * | right2 = NULL | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| dbExprNode * | expr1, | |||
| dbExprNode * | expr2, | |||
| int | offs | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| dbExprNode * | expr, | |||
| int | offs | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| dbFieldDescriptor * | field, | |||
| dbExprNode * | base = NULL | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| db_int8 | ivalue | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| real8 | fvalue | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| rectangle | rvalue | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| dbStrLiteral & | svalue | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| void const * | var | |||
| ) | [inline] |
| dbExprNode | ( | int | cop, | |
| void * | fptr, | |||
| dbExprNode * | expr1, | |||
| dbExprNode * | expr2 = NULL, |
|||
| dbExprNode * | expr3 = NULL | |||
| ) | [inline] |
| ~dbExprNode | ( | ) |
| void* operator new | ( | size_t size | EXTRA_DEBUG_NEW_PARAMS | ) | [inline] |
| void operator delete | ( | void *ptr | EXTRA_DEBUG_NEW_PARAMS | ) | [inline] |
friend class dbExprNodeSegment [friend] |
Initial value:
{
#define DBVM(cop, type, n_opernads, commutative)
0}
nat1 const nodeOperands [static] |
Initial value:
{
#define DBVM(cop, type, n_operands, commutative)
0}
nat1 const commutativeOperator [static] |
Initial value:
{
#define DBVM(cop, type, n_operands, commutative)
0}
| dbExprNode* operand[3] |
| void const* var |
| union { ... } |