omni::sync::thread_state
NAME

omni::sync::thread_state

A class of omni::sync

#include <omni/types/thread_t.hpp>
class omni::sync::thread_state

MEMBERS

omni::sync::thread_state::enum_t
omni::sync::thread_state::thread_state()
omni::sync::thread_state::~thread_state()
static inline unsigned short omni::sync::thread_state::COUNT()
static inline enum_t omni::sync::thread_state::DEFAULT_VALUE()
unsigned short omni::sync::thread_state::count()
uint64_t omni::sync::thread_state::hash()
static bool omni::sync::thread_state::is_valid(int32_t val)
static enum_t omni::sync::thread_state::parse(const std::string& val)
static std::string omni::sync::thread_state::to_string(enum_t v)
static std::wstring omni::sync::thread_state::to_wstring(enum_t v)
static bool omni::sync::thread_state::try_parse(const std::string& val, enum_t& out)
uint64_t omni::sync::thread_state::type()
enum_t omni::sync::thread_state::value()
omni::sync::thread_state::operator enum_t()
omni::sync::thread_state::operator std::string()
omni::sync::thread_state::operator std::wstring()
bool omni::sync::thread_state::operator!=(const thread_state& val)
bool omni::sync::thread_state::operator<(const thread_state& val)
friend std::ostream& omni::sync::thread_state::operator<<(std::ostream& s, const omni::sync::thread_state& c)
thread_state& omni::sync::thread_state::operator=(const thread_state& val)
bool omni::sync::thread_state::operator==(const thread_state& val)
bool omni::sync::thread_state::operator>(const thread_state& val)
omni::sync::thread_state::ABORTED
omni::sync::thread_state::ABORT_REQUESTED
omni::sync::thread_state::COMPLETED
omni::sync::thread_state::RUNNING
omni::sync::thread_state::START_REQUESTED
omni::sync::thread_state::STOPPED
omni::sync::thread_state::STOP_REQUESTED
omni::sync::thread_state::UNKNOWN
omni::sync::thread_state::UNSTARTED
omni::sync::thread_state::disposing
omni::sync::thread_state::name

SYNOPSIS

The state structure defines enum values for the execution status of thread types

top

DESCRIPTION

No description.

top