#include "steam/mobject/test-dummy-mobject.hpp"
Test MObject subclass, which, contrary to any real MObject, can be created directly without involving MObjectFactory.
Definition at line 73 of file test-dummy-mobject.hpp.
|
| DummyMO (int i) |
|
| DEFINE_PROCESSABLE_BY (BuilderTool) |
|
virtual string | initShortID () const |
|
virtual bool | isValid () const |
| MObject self-test (usable for asserting)
|
|
virtual | operator string () const |
|
Duration & | getLength () |
|
bool | operator== (const MObject &oo) const |
| default/fallback implementation of equality using literal object identity (same address). More...
|
|
string const & | shortID () const |
| a short readable ID as a single name-token, denoting both the kind of MObject and some sort of instance identity. More...
|
|
virtual ReturnType | apply (builder::BuilderTool &)=0 |
| to be defined by the DEFINE_PROCESSABLE_BY macro in all classes wanting to be treated by some tool
|
|
|
static void | killDummy (MObject *dum) |
|
|
string | display (Symbol name) const |
|
string | buildShortID (lib::Literal typeID, string suffix="") const |
|
void | throwIfInvalid () const |
|
The documentation for this class was generated from the following file: