SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
Public Member Functions | |
Key (const Key &)=delete | |
Key & | operator= (const Key &)=delete |
Key (Key &&key) noexcept | |
Key & | operator= (Key &&key) noexcept |
bool | operator== (const Key &rhs) |
bool | operator!= (const Key &rhs) |
bool | assigned () const |
void | release () |
Friends | |
class | Observers |
Operation observers are a specialization of the common SMTK observer pattern. | |