- Publicity: Public Only All
callback-procs.tcl
Supports the use of callbacks.
- Location:
- packages/acs-tcl/tcl/callback-procs.tcl
- Author:
- Lee Denison <lee@xarg.co.uk>
Procedures in this file
- callback::get_object_type_impl (public)
- callback::impl_exists (public)
Detailed information
callback::get_object_type_impl (public)
callback::get_object_type_impl -object_type object_type \ -callback callback
Finds the most type specific implementation of
callback
.
- Switches:
- -object_type (required)
- -callback (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
callback::impl_exists (public)
callback::impl_exists -callback callback -impl impl
Returns whether the specified implementation exists.
- Switches:
- -callback (required)
- -impl (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.