GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
TEMPLATE_RESOLVER
+
Point of view
All features
ANY
TEMPLATE_INPUT_STREAM
All features
deferred class TEMPLATE_RESOLVER
Summary
top
Used by
TEMPLATE_INPUT_STREAM
to drive the template completion
Direct parents
Insert list:
ANY
Overview
top
Features
{
TEMPLATE_INPUT_STREAM
}
item
(key:
STRING
):
ABSTRACT_STRING
Data to be replaced into the template
start
(key:
STRING
):
BOOLEAN
True if start the loop
while
(key:
STRING
):
BOOLEAN
True while the template must loop, False otherwise
break
(key:
STRING
)
finish the loop
item
(key:
STRING
):
ABSTRACT_STRING
deferred function
{
TEMPLATE_INPUT_STREAM
}
top
Data to be replaced into the template
require
key /= Void
start
(key:
STRING
):
BOOLEAN
effective function
{
TEMPLATE_INPUT_STREAM
}
top
True if start the loop
while
(key:
STRING
):
BOOLEAN
deferred function
{
TEMPLATE_INPUT_STREAM
}
top
True while the template must loop, False otherwise
require
key /= Void
break
(key:
STRING
)
effective procedure
{
TEMPLATE_INPUT_STREAM
}
top
finish the loop