Wize /
Data
Search:  

Table Of Contents (show)

  1. 1. Data Trees

1.  Data Trees

Tcl has builtin support for scalars, arrays and dict. But when it comes to complex data, Tcl can be cumbersome.

Wize provides the powerful new data structure tree, detailed in the following pages:

NameDescription
TreeAn overview of tree
TablesSimplified tables with *table
TreesSimplified trees with *tree
TreeVaryingVarying depth trees
TreeWithAccessing key fields using with
TreeArrayTree key values as pseudo-arrays
TreeFindFinding things in a tree
TreeTraceTracing events in a tree
TreeSqlTree SQL support
TreeSqlSyncSync a tree with an SQL table
TreeVsDictA comparison of tree and dict
TreeVsTreeViewA comparison of tree and treeview API
VectorAccess to compact double arrays

© 2008 Peter MacDonald

Page last modified on February 17, 2010, at 04:07 PM