Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/fixture/fixture.hpp"
The real thing is not yet implemented.
Definition at line 76 of file fixture.hpp.
Public Member Functions | |
Auto< double > * | getAutomation () |
TODO: a placeholder for the Operation needed for wiring the Automation providers in the Build process. More... | |
bool | isValid () const |
Protected Attributes | |
list< ExplicitPlacement > | content_ |
unique_ptr< Segmentation > | partitioning_ |
Private Member Functions | |
virtual bool | validate () |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |
Auto< double > * getAutomation | ( | ) |
TODO: a placeholder for the Operation needed for wiring the Automation providers in the Build process.
Definition at line 43 of file fixture.cpp.
bool isValid | ( | ) | const |
Definition at line 52 of file fixture.cpp.