#include <boost/thread/mutex.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/function.hpp>
#include <qi/log.hpp>
#include <qi/details/trackable.hxx>
Go to the source code of this file.
|
template<typename RF , typename AF > |
boost::function< RF > | qi::bind (const AF &fun,...) |
|
template<typename F , typename ARG0 > |
boost::function< F > | qi::track (const boost::function< F > &f, const ARG0 &arg0) |
|
template<typename F , typename ARG0 > |
boost::function< F > | qi::trackWithFallback (boost::function< void()> onFail, const boost::function< F > &f, const ARG0 &arg0) |
|
#define _QI_TRACKABLE_HPP_ |