#include <future_fwd.hpp>
Definition at line 952 of file future_fwd.hpp.
qi::detail::FutureBase::FutureBase |
( |
| ) |
|
qi::detail::FutureBase::~FutureBase |
( |
| ) |
|
const std::string& qi::detail::FutureBase::error |
( |
int |
msecs | ) |
const |
bool qi::detail::FutureBase::hasError |
( |
int |
msecs | ) |
const |
bool qi::detail::FutureBase::hasValue |
( |
int |
msecs | ) |
const |
bool qi::detail::FutureBase::isCanceled |
( |
| ) |
const |
bool qi::detail::FutureBase::isCancelRequested |
( |
| ) |
const |
bool qi::detail::FutureBase::isFinished |
( |
| ) |
const |
bool qi::detail::FutureBase::isRunning |
( |
| ) |
const |
boost::recursive_mutex& qi::detail::FutureBase::mutex |
( |
| ) |
|
|
protected |
void qi::detail::FutureBase::notifyFinish |
( |
| ) |
|
|
protected |
void qi::detail::FutureBase::reportCanceled |
( |
| ) |
|
|
protected |
void qi::detail::FutureBase::reportError |
( |
const std::string & |
message | ) |
|
|
protected |
void qi::detail::FutureBase::reportStart |
( |
| ) |
|
void qi::detail::FutureBase::reportValue |
( |
| ) |
|
|
protected |
void qi::detail::FutureBase::requestCancel |
( |
| ) |
|
|
protected |
FutureState qi::detail::FutureBase::wait |
( |
int |
msecs | ) |
const |
FutureBasePrivate* qi::detail::FutureBase::_p |
The documentation for this class was generated from the following file: