Public Types | Public Member Functions | Public Attributes | List of all members
Consumer Struct Reference

moved to templated version in Faninout.h More...

Public Types

typedef boost::signals2::signal< int()> signal
 
typedef signal::slot_type slot_type
 

Public Member Functions

int operator() ()
 

Public Attributes

signal sig
 

Detailed Description

moved to templated version in Faninout.h

Definition at line 41 of file test_faninout.cxx.

Member Typedef Documentation

typedef boost::signals2::signal<int ()> Consumer::signal

Definition at line 42 of file test_faninout.cxx.

typedef signal::slot_type Consumer::slot_type

Definition at line 43 of file test_faninout.cxx.

Member Function Documentation

int Consumer::operator() ( void  )
inline

Definition at line 45 of file test_faninout.cxx.

45  {
46  int val = *sig();
47  cerr << "Consumed: " << val << endl;
48  return val;
49  }
signal sig
QTextStream & endl(QTextStream &s)

Member Data Documentation

signal Consumer::sig

Definition at line 44 of file test_faninout.cxx.


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