SignalBaseT< Signature >::DelegateLinkImpl Struct Reference

#include <tSignal.h>

Inheritance diagram for SignalBaseT< Signature >::DelegateLinkImpl:

Inheritance graph
[legend]
List of all members.


template<typename Signature> struct SignalBaseT< Signature >::DelegateLinkImpl


Public Member Functions

 DelegateLinkImpl (DelegateSig dlg)

Public Attributes

DelegateSig mDelegate

Constructor & Destructor Documentation

template<typename Signature>
SignalBaseT< Signature >::DelegateLinkImpl::DelegateLinkImpl ( DelegateSig  dlg  )  [inline]


Member Data Documentation

template<typename Signature>
DelegateSig SignalBaseT< Signature >::DelegateLinkImpl::mDelegate