home
classes/clusters list
class information
+
Point of view
All features
ANY
INTERNATIONALIZATION
RECYCLING_POOL
TYPED_INTERNALS
INTERNALS_HANDLER
All features
deferred class BUNDLE
Summary
top
A bundle of key-value strings. The values are templates with replaceable parameters denoted by a dolar sign and a number (possibliy between curly brackets). The first parameter is $1 and so forth.
Example:
Parse error line $1, column $2.
See also
BUNDLE_FACTORY
and
INTERNATIONALIZATION
Direct parents
insert list:
RECYCLABLE
Known children
inherit list:
EDC_BUNDLE
,
FILE_BUNDLE
Class invariant
top
data
/= Void
Overview
top
features
format
(key:
STRING
, params:
TRAVERSABLE
[
STRING
]):
STRING
data
:
HASHED_DICTIONARY
[
STRING
,
STRING
]
pool
:
STRING_RECYCLING_POOL
recycle
Do whatever needs to be done to free resources or recycle other objects when recycling this one
format
(key:
STRING
, params:
TRAVERSABLE
[
STRING
]):
STRING
effective function
top
data
:
HASHED_DICTIONARY
[
STRING
,
STRING
]
writable attribute
top
pool
:
STRING_RECYCLING_POOL
once function
top
recycle
effective procedure
top
Do whatever needs to be done to free resources or recycle other objects when recycling this one