ws::snapshot::Snapshot method collect xotcl-objects (protected)

 <instance of ws::snapshot::Snapshot[i]> collect xotcl-objects

Defined in /usr/local/ns/tcl/nsshell/snapshot.tcl

Get objects from specified namespace

Partial Call Graph (max 5 caller/called nodes):
%3 nx::isSlotContainer nx::isSlotContainer ws::snapshot::Snapshot instproc {collect xotcl-objects} ws::snapshot::Snapshot instproc {collect xotcl-objects} ws::snapshot::Snapshot instproc {collect xotcl-objects}->nx::isSlotContainer

Testcases:
No testcase defined.
Source code:
return [lmap o [xotcl::Object info instances -closure ${:namespace}::*] {
        #
        # Filter slot objects
        #
        if {[string match *::slot::* $o]
            || [::nx::isSlotContainer $o]
        } continue
        set o
}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: