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);
bool operator!=(const Array< T > &x, const Array< T > &y)
Determine two Arrays are not equal.
A timeout can be absolute, which means that it will happen at the specified DateTime.
bool operator==(const Array< T > &x, const Array< T > &y)
The DateTime class is an abstraction for date time data.