1tool::dict_ensemble(Snt)andardized OO Framework for developmteonotl::dict_ensemble(n)
2
3
4
5______________________________________________________________________________
6
8 tool::dict_ensemble - Dictionary Tools
9
11 package require tool ?0.4.2?
12
13 object ensemble add field
14
15______________________________________________________________________________
16
18 The dict_ensemble command is a keyword added by tool. It defines a pub‐
19 lic variable (stored as a dict), and an access function to manipulated
20 and access the values stored in that dict.
21
22 object ensemble add field
23 ] value value ...] Adds elements to a list maintained with the
24 field leaf of the dict maintained my this ensemble. Declares a
25 variable name which will be initialized as an array, populated
26 with contents for objects of this class, as well as any objects
27 for classes which are descendents of this class.
28
30 Sean Woods
31
33 This document, and the package it describes, will undoubtedly contain
34 bugs and other problems. Please report such in the category tool of
35 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
36 also report any ideas for enhancements you may have for either package
37 and/or documentation.
38
39 When proposing code changes, please provide unified diffs, i.e the out‐
40 put of diff -u.
41
42 Note further that attachments are strongly preferred over inlined
43 patches. Attachments can be made by going to the Edit form of the
44 ticket immediately after its creation, and then using the left-most
45 button in the secondary navigation bar.
46
48 TOOL, TclOO
49
51 Utility
52
54 Copyright (c) 2015 Sean Woods <yoda@etoyoc.com>
55
56
57
58
59tcllib 0.4.2 tool::dict_ensemble(n)