Lumiera  0.pre.03
»edit your freedom«
AutoExpander< SRC > Class Template Reference

#include "lib/iter-explorer.hpp"

Description

template<class SRC>
class lib::iter_explorer::AutoExpander< SRC >

extension to the Expander decorator to perform expansion automatically on each iteration step.

Todo:
as of 12/2017, this is more like a proof-of concept and can be seen as indication, that there might be several flavours of child expansion. Unfortunately, most of these conceivable extensions would require a flexibilisation of Expander's internals and thus increase the complexity of the code. Thus, if we ever encounter the need of anything beyond the basic expansion pattern, we should rework the design of Expander and introduce building blocks to define the evaluation strategy.

Definition at line 710 of file iter-explorer.hpp.

Public Member Functions

void iterNext ()
 
+ Inheritance diagram for AutoExpander< SRC >:
+ Collaboration diagram for AutoExpander< SRC >:

The documentation for this class was generated from the following file: