• 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

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):
%3 acs_object_type::supertypes acs_object_type::supertypes (private) callback::impl_exists callback::impl_exists (public) callback::get_object_type_impl callback::get_object_type_impl callback::get_object_type_impl->acs_object_type::supertypes callback::get_object_type_impl->callback::impl_exists

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):
%3 callback::get_object_type_impl callback::get_object_type_impl (public) callback::impl_exists callback::impl_exists callback::get_object_type_impl->callback::impl_exists packages/search/www/search.tcl packages/search/ www/search.tcl packages/search/www/search.tcl->callback::impl_exists search::indexer search::indexer (private) search::indexer->callback::impl_exists

Testcases:
No testcase defined.
[ show source ]