Lumiera
0.pre.03
»edit your freedom«
|
BuilderTool implementation for checking the invocation of the correct treat()
function and for accessing the original Placement from within this invocation.
It is declared to be applicable to Clip and DummyMO objects (wrapped into any acceptable shared-ptr). Intentionally, we omit to declare it applicable to TestSubMO2 instances. In reality this would be a case of misconfiguration, because TestSubMO2 is defined to be processable and consequently has an () function, which, due to this omission can't find a dispatcher entry when invoked, so it will call the onUnknown(Buildable&)
instead
Definition at line 70 of file builder-tool-test.cpp.
Public Member Functions | |
void | onUnknown (Buildable &) |
void | treat (Clip &c) |
void | treat (AbstractMO &) |
Public Attributes | |
string | log_ |