|
Graphviz 15.0.1~dev.20260609.0243
|
#include <expr.h>
Data Fields | |
| uint64_t | version |
| uint64_t | flags |
| Exid_t * | symbols |
| char ** | data |
| int(* | castf )(Expr_t *, Exnode_t *, const char *, int, Exid_t *, int, Exdisc_t *) |
| int(* | convertf )(Exnode_t *, long, int) |
| int(* | binaryf )(Exnode_t *, Exnode_t *, Exnode_t *, int) |
| char *(* | typename )(long) |
| int(* | stringof )(Expr_t *, Exnode_t *, int) |
| Extype_t(* | keyf )(Extype_t, long) |
| Exerror_f | errorf |
| Extype_t(* | getf )(Expr_t *, Exnode_t *, Exid_t *, Exref_t *, void *, int, Exdisc_t *) |
| Extype_t(* | reff )(Expr_t *, Exnode_t *, Exid_t *, Exref_t *) |
| int(* | setf )(Expr_t *, Exnode_t *, Exid_t *, Exref_t *, void *, Extype_t) |
| Extype_t(* | lengthf )(Exid_t *rhs, Exdisc_t *disc) |
| int(* | inf )(Extype_t lhs, Exid_t *rhs, Exdisc_t *disc) |
| Exexit_f | exitf |
| int * | types |
| void * | user |
Definition at line 162 of file expr.h.
Referenced by initDisc().
| int(* Exdisc_s::convertf) (Exnode_t *, long, int) |
Definition at line 160 of file expr.h.
Referenced by initDisc().
| Exerror_f Exdisc_s::errorf |
Definition at line 170 of file expr.h.
Referenced by initDisc().
| Exexit_f Exdisc_s::exitf |
Definition at line 201 of file expr.h.
Referenced by initDisc().
| uint64_t Exdisc_s::flags |
Definition at line 154 of file expr.h.
Referenced by initDisc().
Definition at line 171 of file expr.h.
Referenced by initDisc().
array membership function
This callback allows a user-defined in handler. That is, extending the array membership test’s function.
| lhs | The left-hand side operand. That is 'foo' in the expression 'foo in bar'. |
| rhs | The right-hand side operand. That is 'bar' in the expression 'foo in bar'. |
| disc | Pointer to the containing discipline. |
lhs is not in the array rhs, non-zero otherwise Definition at line 199 of file expr.h.
Referenced by initDisc().
Definition at line 168 of file expr.h.
Referenced by initDisc().
length function
This callback allows a user-defined '#' handler. That is, extending the array length operator’s function.
| rhs | The right-hand side operand. That is 'foo' in the expression '# foo'. |
| disc | Pointer to the containing discipline. |
Definition at line 187 of file expr.h.
Referenced by initDisc().
Definition at line 174 of file expr.h.
Referenced by initDisc().
Definition at line 176 of file expr.h.
Referenced by initDisc().
Definition at line 166 of file expr.h.
Referenced by initDisc().
| Exid_t* Exdisc_s::symbols |
Definition at line 155 of file expr.h.
Referenced by initDisc().
| char *(* Exdisc_s::typename) (long) |
Definition at line 164 of file expr.h.
Referenced by initDisc().
| int* Exdisc_s::types |
Definition at line 202 of file expr.h.
Referenced by initDisc().
| void* Exdisc_s::user |
Definition at line 203 of file expr.h.
Referenced by initDisc().
| uint64_t Exdisc_s::version |
Definition at line 153 of file expr.h.
Referenced by initDisc().