Definition at line 40 of file siodp.h.
◆ name
char* user_type_hooks::name |
◆ gc_free_once
char user_type_hooks::gc_free_once |
◆ gc_relocate
LISP(* user_type_hooks::gc_relocate) (LISP) |
◆ gc_scan
void(* user_type_hooks::gc_scan) (LISP) |
◆ gc_mark
LISP(* user_type_hooks::gc_mark) (LISP) |
◆ gc_free
void(* user_type_hooks::gc_free) (LISP) |
◆ gc_clear
void(* user_type_hooks::gc_clear) (LISP) |
◆ prin1
void(* user_type_hooks::prin1) (LISP, FILE *) |
◆ print_string
void(* user_type_hooks::print_string) (LISP, char *) |
◆ leval
LISP(* user_type_hooks::leval) (LISP, LISP *, LISP *) |
◆ c_sxhash
long(* user_type_hooks::c_sxhash) (LISP, long) |
◆ fast_print
LISP(* user_type_hooks::fast_print) (LISP, LISP) |
◆ fast_read
LISP(* user_type_hooks::fast_read) (int, LISP) |
◆ equal
LISP(* user_type_hooks::equal) (LISP, LISP) |
The documentation for this struct was generated from the following file: