Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | List of all members
volcart::Signal< Types >::Connection Struct Reference

Public Member Functions

 Connection (const SlotFnType &f)
 

Public Attributes

SlotFnType slot
 

Detailed Description

template<class... Types>
struct volcart::Signal< Types >::Connection

Basic connection struct

Definition at line 115 of file Signals.hpp.

Constructor & Destructor Documentation

◆ Connection()

template<class... Types>
volcart::Signal< Types >::Connection::Connection ( const SlotFnType f)
inline

Definition at line 116 of file Signals.hpp.

Member Data Documentation

◆ slot

template<class... Types>
SlotFnType volcart::Signal< Types >::Connection::slot

Definition at line 117 of file Signals.hpp.


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