Lumiera  0.pre.03
»edit your freedom«
mould.hpp File Reference

Go to the source code of this file.

Description

Builder tool kit.

On the basic level, the builder works by wiring up new processing nodes, guided by a small number of preconfigured building patterns. For each such basic wiring situation, there is a builder::Mould, which acts as a fixed counterpart for the node network in construction to hinge on.

Todo:
plan and draft from 2008 – still considered relevant as of 2016

Definition in file mould.hpp.

Classes

class  CombiningMould
 
class  Mould
 Interface: a workbench-like tool used by the builder for wiring up a specific building situation, followed by the application/execution of a single building step. More...
 
class  PipeMould
 
class  SourceChainMould
 
class  WiringMould
 

Namespaces

 steam
 Steam-Layer implementation namespace root.
 
 steam::mobject
 Media-Objects, edit operations and high-level session.
 
 steam::mobject::builder
 Namespace of the Builder, transforming high-level into low-level.