omni::sync::thread_state
NAME

omni::sync::thread_state

A class of omni::sync

#include <omni/types/thread_t.hpp>

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()
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)
enum_t omni::sync::thread_state::value()
omni::sync::thread_state::operator enum_t()
omni::sync::thread_state::operator int32_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)
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)

SYNOPSIS

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

top

DESCRIPTION

No description.

top