Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
mould.hpp File Reference

Builder tool kit. More...

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.

Namespaces

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

Classes

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  CombiningMould
 
class  SourceChainMould
 
class  WiringMould