Lumiera
0.pre.03
»edit your freedom«
|
#include "common/instancehandle.hpp"
when the InstanceHandle isn't associated with a facade interface, then this specialisation switches the facade::Link into "NOP" mode.
Definition at line 155 of file instancehandle.hpp.
Public Types | |
using | IH = InstanceHandle< I, I > |
Public Member Functions | |
Link (IH &ih) | |
I * | operator-> () const |
Public Attributes | |
IH & | ih_ |
Additional Inherited Members | |
Protected Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |