|
SAGA Adaptor CPI v.1.0
|
#include <saga/saga/util.hpp>#include <saga/saga/session.hpp>#include <boost/date_time/posix_time/posix_time_duration.hpp>#include <boost/date_time/posix_time/ptime.hpp>#include <boost/system/error_code.hpp>Go to the source code of this file.
Namespaces | |
| namespace | saga |
The SAGA root namespace. | |
| namespace | saga::adaptors |
Typedefs | |
| typedef boost::posix_time::ptime | saga::adaptors::time_type |
| typedef boost::posix_time::time_duration | saga::adaptors::duration_type |
| typedef TR1::function< void(boost::system::error_code const &)> | saga::adaptors::workitem_function |
| typedef unsigned int | saga::adaptors::workitem_cookie_handle |
Functions | |
| workitem_cookie_handle | saga::adaptors::register_workitem (workitem_function f, time_type const &expire_at, saga::session const &s) |
| workitem_cookie_handle | saga::adaptors::register_workitem (workitem_function f, duration_type const &expire_from_now, saga::session const &s) |
| void | saga::adaptors::unregister_workitem (workitem_cookie_handle h, saga::session const &s) |