Go to the documentation of this file.
38 #ifndef BLOCXX_TIMEOUT_HPP_INCLUDE_GUARD_
39 #define BLOCXX_TIMEOUT_HPP_INCLUDE_GUARD_
41 #include "blocxx/BLOCXX_config.h"
45 namespace BLOCXX_NAMESPACE
59 static Timeout relative(
float seconds);
60 static Timeout relativeWithReset(
float seconds);
71 ETimeoutType getType()
const;
73 float getRelative()
const;
79 Timeout(ETimeoutType type,
float seconds);