SPAOP
|
#include "ServerThread.h"
Go to the source code of this file.
Classes | |
class | lowrappers::GenericServerThreadListener< T > |
A generic functor class for the ServerThread::Listener interface. More... | |
Namespaces | |
lowrappers | |
A namespace for C++ wrappers for the Liblo library. | |
Functions | |
template<class T > | |
ServerThread::Listener * | lowrappers::ListenerMaker (T &object, int(T::*fp)(const char *path, const char *types, lo_arg **argv, int argc, lo_message msg)) |
A function that conveniently wraps up a GenericServerThreadListener. More... | |