omni::sync::thread_option
NAME

omni::sync::thread_option

A class of omni::sync

#include <omni/types/thread_t.hpp>
thread_option
omni::sync::thread_option::enum_t
omni::sync::thread_option::thread_option()
omni::sync::thread_option::~thread_option()
static bool omni::sync::thread_option::is_valid(int 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)
enum_t omni::sync::thread_option::value()
omni::sync::thread_option::operator enum_t()
omni::sync::thread_option::operator int()
omni::sync::thread_option::operator std::string()
omni::sync::thread_option::operator std::wstring()
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)
bool omni::sync::thread_option::operator==(const thread_option& val)
bool omni::sync::thread_option::operator>(const thread_option& val)
static const unsigned short omni::sync::thread_option::COUNT()
static const enum_t omni::sync::thread_option::DEFAULT_VALUE()

SYNOPSIS

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

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top