|
| cRunner () |
| CTOR.
|
|
| ~cRunner () override |
| DTOR.
|
|
| cRunner (const char *strName) |
| CTOR to set a name.
|
|
| cRunner (const char *strName, base::flash::IRunnable &oRunnable) |
| CTOR to set a name and initialize with a Runnable instance immediatelly.
|
|
| cRunner (const char *strName, base::ant::IRunnable &oRunnable) |
| CTOR to set a name and initialize with a Runnable instance immediatelly.
|
|
| cRunner (const char *strName, base::flash::IRunnable::tRunFunction oRunFunc) |
| CTOR to set a name and initialize with a Runnable instance immediatelly.
|
|
| cRunner (const char *strName, base::ant::IRunnable::tRunFunction oRunFunc) |
| CTOR to set a name and initialize with a Runnable instance immediatelly.
|
|
void | SetRunnable (base::flash::IRunnable &oRunnable) |
|
void | SetRunnable (base::ant::IRunnable &oRunnable) |
|
void | SetRunnable (base::flash::IRunnable::tRunFunction oRunFunc) |
|
void | SetRunnable (base::ant::IRunnable::tRunFunction oRunFunc) |
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object.
|
|
tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying.
|
|
void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor.
|
|
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") |
| Marks the IObject to be castable with the ucom_cast()
|
|