omni::compile_flags
NAME

omni::compile_flags

A namespace of omni

#include <omni/defs/compile_flags.hpp>
compile_flags
extern const char omni::compile_flags::OMNI_CHAR_T_VALUE[]()
extern const char omni::compile_flags::OMNI_CLOCK_FREQ_T_VALUE[]()
extern const char omni::compile_flags::OMNI_CLOCK_TICK_T_VALUE[]()
extern const char omni::compile_flags::OMNI_COND_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_DBG_L1_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L2_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L3_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L4_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L5_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L6_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L7_VALUE()
extern const bool omni::compile_flags::OMNI_DBG_L8_VALUE()
extern const bool omni::compile_flags::OMNI_DEBUG_VALUE()
extern const bool omni::compile_flags::OMNI_DISPOSE_EVENT_VALUE()
extern const bool omni::compile_flags::OMNI_LITE_VALUE()
extern const bool omni::compile_flags::OMNI_MUTEX_OWNER_VALUE()
extern const char omni::compile_flags::OMNI_MUTEX_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_NO_BASE_SETLOCALE_VALUE()
extern const bool omni::compile_flags::OMNI_NO_CSTRING_IMPL_VALUE()
extern const bool omni::compile_flags::OMNI_NO_DISPOSE_EVENT_VALUE()
extern const bool omni::compile_flags::OMNI_NO_MUTEX_OWNER_VALUE()
extern const bool omni::compile_flags::OMNI_NO_OBJECT_NAME_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_APPLICATION_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_BASIC_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_CONDITIONAL_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_DELEGATES_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_EVENTS_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_FRAMEWORK_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_PROP_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_RUNNABLE_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_SEMAPHORE_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_NO_SAFE_TIMER_VALUE()
extern const bool omni::compile_flags::OMNI_NO_TERMINATE_VALUE()
extern const bool omni::compile_flags::OMNI_NO_THROW_VALUE()
extern const bool omni::compile_flags::OMNI_NO_TYPE_INFO_VALUE()
extern const bool omni::compile_flags::OMNI_NO_WIN_API_VALUE()
extern const bool omni::compile_flags::OMNI_NO_WSTRING_IMPL_VALUE()
extern const bool omni::compile_flags::OMNI_NON_PORTABLE_VALUE()
extern const bool omni::compile_flags::OMNI_OBJECT_NAME_VALUE()
extern const bool omni::compile_flags::OMNI_OS_IGNORE_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_APPLICATION_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_BASIC_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_DELEGATES_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_EVENTS_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_FRAMEWORK_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_PROP_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_RUNNABLE_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_SEMAPHORE_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_THREAD_VALUE()
extern const bool omni::compile_flags::OMNI_SAFE_TIMER_VALUE()
extern const char omni::compile_flags::OMNI_SEM_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_SHOW_DEBUG_ERR_VALUE()
extern const bool omni::compile_flags::OMNI_SHOW_DEBUG_FILE_VALUE()
extern const bool omni::compile_flags::OMNI_SHOW_DEBUG_FUNC_VALUE()
extern const bool omni::compile_flags::OMNI_SHOW_DEBUG_LINE_VALUE()
extern const bool omni::compile_flags::OMNI_SHOW_DEBUG_VALUE()
extern const char omni::compile_flags::OMNI_SPIN_LOCK_T_VALUE[]()
extern const char omni::compile_flags::OMNI_SSTREAM_T_VALUE[]()
extern const char omni::compile_flags::OMNI_STRING_T_VALUE[]()
extern const char omni::compile_flags::OMNI_THREAD_CALL_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_THREAD_CDECL_VALUE()
extern const bool omni::compile_flags::OMNI_THREAD_FASTCALL_VALUE()
extern const char omni::compile_flags::OMNI_THREAD_FNPTR_T_VALUE[]()
extern const char omni::compile_flags::OMNI_THREAD_HANDLE_T_VALUE[]()
extern const char omni::compile_flags::OMNI_THREAD_RET_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_THREAD_STDCALL_VALUE()
extern const char omni::compile_flags::OMNI_THREAD_T_VALUE[]()
extern const bool omni::compile_flags::OMNI_THROW_VALUE()
extern const bool omni::compile_flags::OMNI_TYPE_INFO_VALUE()
extern const bool omni::compile_flags::OMNI_UNICODE_VALUE()
extern const bool omni::compile_flags::OMNI_WIN_API_VALUE()
extern const bool omni::compile_flags::OMNI_WIN_USE_EVENT_CONDITIONAL_VALUE()
extern const bool omni::compile_flags::OMNI_WINCODE_VALUE()

SYNOPSIS

Defines run time constant values of compile time flags

top

DESCRIPTION

No description found.

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