|
Graphviz 14.1.5~dev.20260409.0840
|
#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 168 of file expr.h.
Referenced by initDisc().
| int(* Exdisc_s::convertf) (Exnode_t *, long, int) |
Definition at line 166 of file expr.h.
Referenced by initDisc().
| Exerror_f Exdisc_s::errorf |
Definition at line 176 of file expr.h.
Referenced by initDisc().
| Exexit_f Exdisc_s::exitf |
Definition at line 206 of file expr.h.
Referenced by initDisc().
| uint64_t Exdisc_s::flags |
Definition at line 161 of file expr.h.
Referenced by initDisc().
Definition at line 177 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 204 of file expr.h.
Referenced by initDisc().
Definition at line 174 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 192 of file expr.h.
Referenced by initDisc().
Definition at line 179 of file expr.h.
Referenced by initDisc().
Definition at line 181 of file expr.h.
Referenced by initDisc().
Definition at line 172 of file expr.h.
Referenced by initDisc().
| Exid_t* Exdisc_s::symbols |
Definition at line 162 of file expr.h.
Referenced by initDisc().
| char *(* Exdisc_s::typename) (long) |
Definition at line 170 of file expr.h.
Referenced by initDisc().
| int* Exdisc_s::types |
Definition at line 207 of file expr.h.
Referenced by initDisc().
| void* Exdisc_s::user |
Definition at line 208 of file expr.h.
Referenced by gverrorf(), and initDisc().
| uint64_t Exdisc_s::version |
Definition at line 160 of file expr.h.
Referenced by initDisc().