Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/mobject/session/dummy-session-connection.hpp"
Scaffolding to drive the evolution of the Lumiera application.
Definition at line 90 of file dummy-session-connection.hpp.
Public Member Functions | |
void | applyCopy (MutationMessage const &) |
MutationMessage | fabricateSeq1 (string baseID) |
Build a population diff message to describe a specific session structure to add. | |
MutationMessage | fabricateSeq2 (string baseID) |
Build another population diff message for a way more contrived timeline structure. | |
Static Public Attributes | |
static lib::Depend< DummySessionConnection > | instance |
access point to set up the scaffolding. More... | |
Friends | |
class | lib::DependencyFactory< DummySessionConnection > |
Private Attributes | |
string | nothing_ |
Additional Inherited Members | |
Private Types inherited from TreeDiffLanguage | |
using | Interpreter = TreeDiffInterpreter |
Private Types inherited from DiffLanguage< TreeDiffInterpreter, GenNode > | |
using | DiffToken = std::tuple< DiffVerb, GenNode > |
using | DiffVerb = VerbToken< TreeDiffInterpreter, void(GenNode const &)> |
using | Interpreter = TreeDiffInterpreter |
Private Member Functions inherited from TreeDiffLanguage | |
DiffStep_CTOR (ins) | |
DiffStep_CTOR (del) | |
DiffStep_CTOR (pick) | |
DiffStep_CTOR (find) | |
DiffStep_CTOR (skip) | |
DiffStep_CTOR (after) | |
DiffStep_CTOR (set) | |
DiffStep_CTOR (mut) | |
DiffStep_CTOR (emu) | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |
Static Private Attributes inherited from DiffLanguage< TreeDiffInterpreter, GenNode > | |
static const DiffStep | NIL |
fixed "invalid" marker token More... | |
void applyCopy | ( | MutationMessage const & | diff | ) |
Definition at line 256 of file dummy-session-connection.cpp.
References stage::NOTE_ERROR, stage::NOTE_INFO, and stage::NOTE_WARN.
|
static |
access point to set up the scaffolding.
storage for the Singleton accessor
this is a development helper and will be remoulded all the time.
Definition at line 105 of file dummy-session-connection.hpp.
Referenced by steam::mobject::session::anonymous_namespace{dummy-session-connection.cpp}::defineTiming().