File: tie_std.man

package info (click to toggle)
tcllib 2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,560 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (36 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[vset VERSION 1.3]
[manpage_begin tie n [vset VERSION]]
[keywords array]
[keywords database]
[keywords file]
[keywords metakit]
[keywords persistence]
[keywords tie]
[keywords untie]
[copyright {2008-2021 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
[moddesc   {Tcl Data Structures}]
[titledesc {Array persistence, standard data sources}]
[category  {Programming tools}]
[require Tcl "8.5 9"]
[require tie::std::log [opt 1.2]]
[require tie::std::array [opt 1.2]]
[require tie::std::rarray [opt 1.2]]
[require tie::std::file [opt 1.2]]
[require tie::std::growfile [opt 1.2]]
[require tie::std::dsource [opt 1.2]]
[description]

The packages listed as requirements for this document are internal
packages providing the standard data sources of package [package tie],
as described in section [term {STANDARD DATA SOURCE TYPES}] of
[package tie]'s documentation.

[para]

They are automatically loaded and registered by [package tie] when it
itself is requested, and as such there is no need to request them on
their own, although it is possible to do so.

[vset CATEGORY tie]
[include ../common-text/feedback.inc]
[manpage_end]