Lumiera  0.pre.03
»edit your freedom«
Link< I, I > Struct Template Reference

#include "common/instancehandle.hpp"

Description

template<class I>
struct lumiera::facade::Link< I, I >

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

IHih_
 

Additional Inherited Members

- Protected Member Functions inherited from NonCopyable
 NonCopyable (NonCopyable const &)=delete
 
NonCopyableoperator= (NonCopyable const &)=delete
 
+ Inheritance diagram for Link< I, I >:
+ Collaboration diagram for Link< I, I >:

The documentation for this struct was generated from the following file: