|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <usServiceTracker.h>

Public Types | |
| typedef T | TrackedType |
Static Public Member Functions | |
| static TrackedType | ConvertToTrackedType (const InterfaceMap &) |
| static TrackedType | ConvertToTrackedType (void *) |
A base class template for type traits for objects tracked by a ServiceTracker instance. It provides the TrackedType typedef and two dummy method definitions.
Tracked type traits (TTT) classes must additionally provide the following methods:
true if t is a valid object, false otherwise. t. | T | The type of the tracked object. |
| TTT | The tracked type traits class deriving from this class. |
Definition at line 60 of file usServiceTracker.h.
| typedef T us::TrackedTypeTraitsBase< T, TTT >::TrackedType |
Definition at line 62 of file usServiceTracker.h.
|
inlinestatic |
Definition at line 65 of file usServiceTracker.h.
|
inlinestatic |
Definition at line 72 of file usServiceTracker.h.