theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Config_ATL_API

Sq3Lite PACKAGE - configure the applicatione … More...

+ Collaboration diagram for Sq3Lite_Config_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3Lite_CompileOptionGet (OtClass_ARGS)
  Atl: (static) string [Sq3Lite::CompileOptionGet N:int32] C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet atlsq3lite_Sq3Lite_CompileOptionUsed (OtClass_ARGS)
  Atl: (static) bool [Sq3Lite::CompileOptionUsed zOptName:string] C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet atlsq3lite_Sq3Lite_MemoryHighwater (OtClass_ARGS)
  Atl: (static) int64 [Sq3Lite::MemoryHighwater resetFlag:int32] C-API
Memory Allocator Statistics …
 
static OT_ProcRet atlsq3lite_Sq3Lite_MemoryUsed (OtClass_ARGS)
  Atl: (static) int64 [Sq3Lite::MemoryUsed] C-API
Memory Allocator Statistics …
 
static OT_ProcRet atlsq3lite_Sq3Lite_Threadsafe (OtClass_ARGS)
  Atl: (static) Sq3Lite::Threadsafe C-API
Test To See If The Library Is Threadsafe …
 

Detailed Description

Sq3Lite PACKAGE - configure the applicatione …

end Sq3Lite_Enum_C_API

Function Documentation

◆ atlsq3lite_Sq3Lite_CompileOptionGet()

static OT_ProcRet atlsq3lite_Sq3Lite_CompileOptionGet ( OtClass_ARGS )
static

Atl: (static) string [Sq3Lite::CompileOptionGet N:int32] C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 2993 of file LibSq3Lite_atl.c.

2993 {
2996 MK_I32 N = 0;
3000 goto end;
3001 error:
3003 end:
3005}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#define OT_retObj_SET_Error
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define CompileOptionGet_doc
#define OT_SETUP_hdl_static
signed int MK_I32
static MK_STRN Sq3CompileOptionGet(MK_I32 N)
Run-Time Library Compilation Options Diagnostics …

◆ atlsq3lite_Sq3Lite_CompileOptionUsed()

static OT_ProcRet atlsq3lite_Sq3Lite_CompileOptionUsed ( OtClass_ARGS )
static

Atl: (static) bool [Sq3Lite::CompileOptionUsed zOptName:string] C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 3008 of file LibSq3Lite_atl.c.

3008 {
3011 MK_STRN zOptName = 0;
3015 goto end;
3016 error:
3018 end:
3020}
#define OT_retObj_SET_BOL(nat)
#define OT_CHECK_STRN(val)
#define CompileOptionUsed_doc
const MK_STRB * MK_STRN
static MK_BOOL Sq3CompileOptionUsed(MK_STRN zOptName)
Run-Time Library Compilation Options Diagnostics …

◆ atlsq3lite_Sq3Lite_MemoryHighwater()

static OT_ProcRet atlsq3lite_Sq3Lite_MemoryHighwater ( OtClass_ARGS )
static

Atl: (static) int64 [Sq3Lite::MemoryHighwater resetFlag:int32] C-API
Memory Allocator Statistics …

Definition at line 3023 of file LibSq3Lite_atl.c.

3023 {
3026 MK_I32 resetFlag = 0;
3027 OT_CHECK_REQUIRED(OT_CHECK_NI4 (resetFlag))
3030 goto end;
3031 error:
3033 end:
3035}
#define OT_retObj_SET_I64(nat)
#define MemoryHighwater_doc
static MK_I64 Sq3MemoryHighwater(MK_I32 resetFlag)
Memory Allocator Statistics …

◆ atlsq3lite_Sq3Lite_MemoryUsed()

static OT_ProcRet atlsq3lite_Sq3Lite_MemoryUsed ( OtClass_ARGS )
static

Atl: (static) int64 [Sq3Lite::MemoryUsed] C-API
Memory Allocator Statistics …

Definition at line 3038 of file LibSq3Lite_atl.c.

3038 {
3043 goto end;
3044 error:
3046 end:
3048}
#define OT_SETUP_NOARG(d)
#define MemoryUsed_doc
static MK_I64 Sq3MemoryUsed(void)
Memory Allocator Statistics …

◆ atlsq3lite_Sq3Lite_Threadsafe()

static OT_ProcRet atlsq3lite_Sq3Lite_Threadsafe ( OtClass_ARGS )
static

Atl: (static) Sq3Lite::Threadsafe C-API
Test To See If The Library Is Threadsafe …

Definition at line 3051 of file LibSq3Lite_atl.c.

3051 {
3057 goto end;
3058 error:
3060 end:
3062}
#define OT_retObj_SET_None
#define MkErrorC_Check(mng, PROC)
#define Threadsafe_doc
static enum MkErrorE Sq3Threadsafe(void)
Test To See If The Library Is Threadsafe …