XLE
v0.02.0
|
Public Member Functions | |
void | Detach () |
Obj & | Get () |
operator bool () | |
AttachRef (AttachRef &&moveFrom) | |
AttachRef & | operator= (AttachRef &&moveFrom) |
AttachRef (const AttachRef &)=delete | |
AttachRef & | operator= (const AttachRef &)=delete |
Protected Member Functions | |
AttachRef (Attachable< Obj > &) | |
Protected Attributes | |
bool | _isAttached |
Attachable< Obj > * | _attachedServices |
Friends | |
class | Attachable< Obj > |