Tcl Library Source Code

tool::dict_ensemble - Standardized OO Framework for development
Login

[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

tool::dict_ensemble(n) 0.4.2 tcllib "Standardized OO Framework for development"

Name

tool::dict_ensemble - Dictionary Tools

Synopsis

  • package require tool ?0.4.2?

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.

object ensemble add field

] value value ...] 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.

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 Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Category

Utility