Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/engine/weaving-pattern-builder.hpp"
Typical base configuration for a Weaving-Pattern chain:
Definition at line 267 of file weaving-pattern-builder.hpp.
Public Types | |
enum | { MAX_SIZ = N } |
using | Feed = SimpleFunctionInvocationAdapter< Manifold, FUN > |
using | Manifold = FeedManifold< N > |
Public Member Functions | |
DirectFunctionInvocation (FUN fun) | |
when building the Turnout, prepare the invocation adapter More... | |
Public Attributes | |
std::function< Feed()> | buildFeed |
Additional Inherited Members | |
Protected Member Functions inherited from MoveOnly | |
MoveOnly (MoveOnly &&)=default | |
MoveOnly (MoveOnly const &)=delete | |
MoveOnly & | operator= (MoveOnly &&)=delete |
MoveOnly & | operator= (MoveOnly const &)=delete |
|
inline |
when building the Turnout, prepare the invocation adapter
Definition at line 281 of file weaving-pattern-builder.hpp.