ldas-tools-al 2.6.7
|
#include <stdexcept>
#include <memory>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/ConditionalVariable.hh"
#include "ldastoolsal/Task.hh"
Classes | |
class | LDASTools::AL::TimeoutException |
Namespaces | |
namespace | LDASTools |
Objects of general use and interst. | |
namespace | LDASTools::AL |
The Abstraction Layer. |
Functions | |
int | LDASTools::AL::Timeout (Task *CallerTask, int Seconds, int &Status, bool ThrowTimeoutException=true) |
template<typename T> | |
int | LDASTools::AL::Timeout (boost::shared_ptr< T > CallerTask, int Seconds, int &Status, bool ThrowTimeoutException=true) |