File: tie_std.man

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (35 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
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
[manpage_begin tie n 1.1]
[keywords array]
[keywords database]
[keywords file]
[keywords metakit]
[keywords persistence]
[keywords tie]
[keywords untie]
[copyright {2008-2015 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
[moddesc   {Tcl Data Structures}]
[titledesc {Array persistence, standard data sources}]
[category  {Programming tools}]
[require Tcl 8.4]
[require tie::std::log [opt 1.0]]
[require tie::std::array [opt 1.0]]
[require tie::std::rarray [opt 1.0.1]]
[require tie::std::file [opt 1.0.4]]
[require tie::std::growfile [opt 1.0]]
[require tie::std::dsource [opt 1.0]]
[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]