#include <SIIterBot.h>
Public Member Functions | |
SIIterBot_callback () | |
~SIIterBot_callback () | |
void | interactionRequired (bool) |
void | addHandler (SIIterBot_adaptor *) |
void | removeHandler (SIIterBot_adaptor *) |
Private Attributes | |
std::recursive_mutex | mutex |
SIIterBot_adaptor * | adaptor |
Definition at line 57 of file SIIterBot.h.
casa::SIIterBot_callback::SIIterBot_callback | ( | ) | [inline] |
Definition at line 59 of file SIIterBot.h.
casa::SIIterBot_callback::~SIIterBot_callback | ( | ) | [inline] |
Definition at line 60 of file SIIterBot.h.
void casa::SIIterBot_callback::addHandler | ( | SIIterBot_adaptor * | ) |
void casa::SIIterBot_callback::interactionRequired | ( | bool | ) |
void casa::SIIterBot_callback::removeHandler | ( | SIIterBot_adaptor * | ) |
Definition at line 68 of file SIIterBot.h.
std::recursive_mutex casa::SIIterBot_callback::mutex [private] |
Definition at line 67 of file SIIterBot.h.