Functions |
scm_sizet | free_ctx (SCM _ctx) |
int | print_ctx (SCM _ctx, SCM port, scm_print_state *pstate) |
scm_sizet | free_object (SCM _object) |
int | print_object (SCM _object, SCM port, scm_print_state *pstate) |
scm_sizet | free_model (SCM _model) |
int | print_model (SCM _model, SCM port, scm_print_state *pstate) |
scm_sizet | free_id (SCM _id) |
int | print_id (SCM _id, SCM port, scm_print_state *pstate) |
scm_sizet | free_path (SCM _path) |
int | print_path (SCM _path, SCM port, scm_print_state *pstate) |
scm_sizet | free_objectref (SCM _objectref) |
int | print_objectref (SCM _object, SCM port, scm_print_state *pstate) |
scm_sizet | free_modelref (SCM _modelref) |
int | print_modelref (SCM _model, SCM port, scm_print_state *pstate) |
scm_sizet | free_view (SCM _view) |
int | print_view (SCM _view, SCM port, scm_print_state *pstate) |
scm_sizet | free_viewer (SCM _viewer) |
int | print_viewer (SCM _viewer, SCM port, scm_print_state *pstate) |
void | registerTypes () |
Variables |
int | ctx_tag |
int | object_tag |
int | model_tag |
int | id_tag |
int | path_tag |
int | objectref_tag |
int | modelref_tag |
int | view_tag |
int | viewer_tag |