Public Member Functions | Public Attributes | List of all members
SlotA Struct Reference

Public Member Functions

 SlotA ()
 
MyData::pointer operator() ()
 

Public Attributes

MyData::pointer data
 

Detailed Description

Definition at line 66 of file test_sigslot.cxx.

Constructor & Destructor Documentation

SlotA::SlotA ( )
inline

Definition at line 68 of file test_sigslot.cxx.

68 : data(new MyData) {}
MyData::pointer data

Member Function Documentation

MyData::pointer SlotA::operator() ( void  )
inline

Definition at line 69 of file test_sigslot.cxx.

69  {
70  data->next();
71  return data;
72  }
MyData::pointer data

Member Data Documentation

MyData::pointer SlotA::data

Definition at line 67 of file test_sigslot.cxx.


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