|
#include <ArmarXCore/applications/ArmarXStorm/other_files/Ice/InstrumentationI.h>
Public Types | |
typedef ICE_INTERNAL_HANDLE< O > | ObserverPtrType |
typedef O | ObserverType |
Public Member Functions | |
virtual void | attach () |
virtual void | detach () |
virtual void | failed (const std::string &exceptionName) |
ObserverPtrType | getDelegate () const |
template<typename ObserverImpl , typename ObserverMetricsType , typename ObserverPtrType > | |
ObserverPtrType | getObserverWithDelegate (const std::string &mapName, const IceMX::MetricsHelperT< ObserverMetricsType > &helper, const ObserverPtrType &del) |
void | setDelegate (ObserverPtrType delegate) |
Protected Attributes | |
ObserverPtrType | _delegate |
Definition at line 19 of file InstrumentationI.h.
typedef ICE_INTERNAL_HANDLE<O> ObserverPtrType |
Definition at line 24 of file InstrumentationI.h.
typedef O ObserverType |
Definition at line 23 of file InstrumentationI.h.
|
inlinevirtual |
Definition at line 26 of file InstrumentationI.h.
|
inlinevirtual |
Definition at line 36 of file InstrumentationI.h.
|
inlinevirtual |
Definition at line 46 of file InstrumentationI.h.
|
inline |
Definition at line 56 of file InstrumentationI.h.
|
inline |
Definition at line 68 of file InstrumentationI.h.
|
inline |
Definition at line 62 of file InstrumentationI.h.
|
protected |
Definition at line 83 of file InstrumentationI.h.