TABLE OF CONTENTS
- ::pwtk::input
- ::pwtk::input::card
- ::pwtk::input::cardAppend
- ::pwtk::input::cardClear
- ::pwtk::input::cardContent
- ::pwtk::input::cardFlags
- ::pwtk::input::cardGet
- ::pwtk::input::cardGetContent
- ::pwtk::input::cardGetFlags
- ::pwtk::input::cardPreppend
- ::pwtk::input::cardPrint
- ::pwtk::input::clear
- ::pwtk::input::namelist
- ::pwtk::input::namelistAtmSymb2Ityp
- ::pwtk::input::namelistClear
- ::pwtk::input::namelistGet
- ::pwtk::input::namelistGetVarValue
- ::pwtk::input::namelistIfSetVar
- ::pwtk::input::namelistPrint
- ::pwtk::input::print
- ::pwtk::input::printAll
- Stacking
::pwtk::input
NAME
::pwtk::input
DESCRIPTION
This namespace and its routines are mainly meant to be used by developers, except the routines for input data stacking (see: Stacking).
Namespace for generic handling of input data. An implementation of handling of a given specific input will use the functionality of this namespace, and should define at least the ::pwtk::***::get command, which returns the content of the input (e.g. see ::pwtk::pwi::get). To maintain a consistent API, each such implementation should also define the following two short-cut procs (that should ne exported):
- ::pwtk::***_get -- returns the content of the input
- ::pwtk::***_fprint -- prints the content of the input to file ot stdout