+
Point of view
All features
deferred class TEMPLATE_RESOLVER
Summary
Used by TEMPLATE_INPUT_STREAM to drive the template completion
Direct parents
Insert list: ANY
Overview
Features
{TEMPLATE_INPUT_STREAM}
item (key: STRING): ABSTRACT_STRING
deferred function
Data to be replaced into the template
require
  • key /= Void
start (key: STRING): BOOLEAN
effective function
True if start the loop
while (key: STRING): BOOLEAN
deferred function
True while the template must loop, False otherwise
require
  • key /= Void
break (key: STRING)
effective procedure
finish the loop