Public Types | |
typedef std::shared_ptr< MyData > | pointer |
typedef boost::signals2::signal< pointer()> | source_signal |
typedef source_signal::slot_type | source_slot |
Public Member Functions | |
MyData (int i=0, float f=0.0, double d=0.0, const std::string &s="") | |
MyData (int n=0) | |
int | next () |
int | get () |
Public Attributes | |
int | i |
float | f |
double | d |
std::string | s |
int | x |
Definition at line 12 of file test_stream.cxx.
typedef std::shared_ptr<MyData> MyData::pointer |
Definition at line 56 of file test_sigslot.cxx.
typedef boost::signals2::signal<pointer ()> MyData::source_signal |
Definition at line 62 of file test_sigslot.cxx.
typedef source_signal::slot_type MyData::source_slot |
Definition at line 63 of file test_sigslot.cxx.
|
inline |
Definition at line 17 of file test_stream.cxx.
|
inline |
Definition at line 58 of file test_sigslot.cxx.
|
inline |
Definition at line 60 of file test_sigslot.cxx.
|
inline |
Definition at line 59 of file test_sigslot.cxx.
double MyData::d |
Definition at line 15 of file test_stream.cxx.
float MyData::f |
Definition at line 14 of file test_stream.cxx.
int MyData::i |
Definition at line 13 of file test_stream.cxx.
std::string MyData::s |
Definition at line 16 of file test_stream.cxx.
int MyData::x |
Definition at line 57 of file test_sigslot.cxx.