logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tool::dict_ensemble - Dictionary Tools

Authors

       Sean Woods

Bugs, Ideas, Feedback

       This  document,  and  the package it describes, will undoubtedly contain bugs and other problems.  Please
       report such in the category tool of the TcllibTrackers  [http://core.tcl.tk/tcllib/reportlist].   Please
       also report any ideas for enhancements you may have for either package and/or documentation.

       When proposing code changes, please provide unifieddiffs, i.e the output of diff-u.

       Note  further  that  attachments  are strongly preferred over inlined patches. Attachments can be made by
       going to the Edit form of the ticket immediately after its creation, and then using the left-most  button
       in the secondary navigation bar.

Category

       Utility

Description

       The  dict_ensemble  command  is a keyword added by tool. It defines a public variable (stored as a dict),
       and an access function to manipulated and access the values stored in that dict.

       objectensembleaddfield
              ] valuevalue...]  Adds elements to a list maintained with the field leaf of the dict  maintained
              my  this ensemble.  Declares a variable name which will be initialized as an array, populated with
              contents for objects of this class, as well as any objects for classes which  are  descendents  of
              this class.

Keywords

       TOOL, TclOO

Name

       tool::dict_ensemble - Dictionary Tools

Synopsis

       package require tool?0.4.2?objectensembleaddfield

________________________________________________________________________________________________________________

See Also