home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
INTERNALS_HANDLER
All features
deferred class ABSTRACT_BACKTRACKING_POOL [X_ ->
ABSTRACT_BACKTRACKING_POOLABLE
]
Summary
top
Pools for the
ABSTRACT_BACKTRACKING
Direct parents
insert list:
ANY
Known children
inherit list:
ABSTRACT_BACKTRACKING_POOL_OF_CUT_POINT
,
BACKTRACKING_POOL_OF_ALTERNATIVE
,
BACKTRACKING_POOL_OF_ALTERNATIVE_LIST
,
BACKTRACKING_POOL_OF_SEQUENCE
,
BACKTRACKING_POOL_OF_SEQUENCE_LIST
Overview
top
exported features
get_instance
: X_
Returns an instance from the current pool.
get_fresh_instance
: X_
Returns a freshly created instance.
release_instance
(inst: X_)
Records the instance 'inst' into the current pool.
clear
Removes all recorded instances from the current pool.
get_instance
: X_
effective function
top
Returns an instance from the current pool.
ensure
result_not_void:
Result /= Void
get_fresh_instance
: X_
deferred function
top
Returns a freshly created instance.
release_instance
(inst: X_)
effective procedure
top
Records the instance 'inst' into the current pool.
clear
effective procedure
top
Removes all recorded instances from the current pool.