omni::sync::thread_option
NAME

omni::sync::thread_option

A class of omni::sync

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

MEMBERS

omni::sync::thread_option::enum_t
omni::sync::thread_option::thread_option()
omni::sync::thread_option::~thread_option()
static inline unsigned short omni::sync::thread_option::COUNT()
static inline enum_t omni::sync::thread_option::DEFAULT_VALUE()
unsigned short omni::sync::thread_option::count()
uint64_t omni::sync::thread_option::hash()
static bool omni::sync::thread_option::is_valid(int32_t val)
static enum_t omni::sync::thread_option::parse(const std::string& val)
static std::string omni::sync::thread_option::to_string(enum_t v)
static std::wstring omni::sync::thread_option::to_wstring(enum_t v)
static bool omni::sync::thread_option::try_parse(const std::string& val, enum_t& out)
uint64_t omni::sync::thread_option::type()
enum_t omni::sync::thread_option::value()
omni::sync::thread_option::operator enum_t()
omni::sync::thread_option::operator std::string()
omni::sync::thread_option::operator std::wstring()
bool omni::sync::thread_option::operator!=(const thread_option& val)
thread_option omni::sync::thread_option::operator&(const thread_option& val)
thread_option& omni::sync::thread_option::operator&=(const thread_option& val)
thread_option& omni::sync::thread_option::operator++()
thread_option& omni::sync::thread_option::operator--()
bool omni::sync::thread_option::operator<(const thread_option& val)
thread_option omni::sync::thread_option::operator<<(const thread_option& val)
thread_option& omni::sync::thread_option::operator<<=(const thread_option& val)
thread_option& omni::sync::thread_option::operator=(const thread_option& val)
bool omni::sync::thread_option::operator==(const thread_option& val)
bool omni::sync::thread_option::operator>(const thread_option& val)
thread_option omni::sync::thread_option::operator>>(const thread_option& val)
thread_option& omni::sync::thread_option::operator>>=(const thread_option& val)
thread_option omni::sync::thread_option::operator^(const thread_option& val)
thread_option& omni::sync::thread_option::operator^=(const thread_option& val)
thread_option omni::sync::thread_option::operator|(const thread_option& val)
thread_option& omni::sync::thread_option::operator|=(const thread_option& val)
thread_option omni::sync::thread_option::operator~()
omni::sync::thread_option::ABORT_ON_ASSIGN
omni::sync::thread_option::ABORT_ON_DESTROY
omni::sync::thread_option::ALLOW_THREAD_REUSE
omni::sync::thread_option::AUTO_JOIN
omni::sync::thread_option::AUTO_JOIN_TIMEOUT
omni::sync::thread_option::DETACH_ON_ASSIGN
omni::sync::thread_option::DETACH_ON_DESTROY
omni::sync::thread_option::KILL_ON_ASSIGN
omni::sync::thread_option::KILL_ON_DESTROY
omni::sync::thread_option::NONE
omni::sync::thread_option::STACK_SIZE
omni::sync::thread_option::disposing
omni::sync::thread_option::name

SYNOPSIS

Defines the thread options structure allowing finer control of a thread object

top

DESCRIPTION

No description.

top