1 #ifndef COUNTDOWN_HPP_INCLUDED
2 #define COUNTDOWN_HPP_INCLUDED
19 operator bool()
const;
24 std::uint64_t StartTime;
std::uint64_t GetTimeRemaining() const
Countdown(std::uint64_t Time)
std::uint64_t GetStartTime() const
friend std::ostream & operator<<(std::ostream &OS, const Countdown &C)
void SetTime(std::uint64_t Time)