theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Config_RB_API

Sq3Lite PACKAGE - configure the applicatione … More...

+ Collaboration diagram for Sq3Lite_Config_RB_API:

Functions

static OT_ProcRet rbsq3lite_Sq3Lite_CompileOptionGet (OtClass_ARGS)
  Ruby: (static) string Sq3Lite.CompileOptionGet(N:int32) C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet rbsq3lite_Sq3Lite_CompileOptionUsed (OtClass_ARGS)
  Ruby: (static) bool Sq3Lite.CompileOptionUsed(zOptName:string) C-API
Run-Time Library Compilation Options Diagnostics …
 
static OT_ProcRet rbsq3lite_Sq3Lite_MemoryHighwater (OtClass_ARGS)
  Ruby: (static) int64 Sq3Lite.MemoryHighwater(resetFlag:int32) C-API
Memory Allocator Statistics …
 
static OT_ProcRet rbsq3lite_Sq3Lite_MemoryUsed (OtClass_ARGS)
  Ruby: (static) int64 Sq3Lite.MemoryUsed() C-API
Memory Allocator Statistics …
 
static OT_ProcRet rbsq3lite_Sq3Lite_Threadsafe (OtClass_ARGS)
  Ruby: (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

◆ rbsq3lite_Sq3Lite_CompileOptionGet()

static OT_ProcRet rbsq3lite_Sq3Lite_CompileOptionGet ( OtClass_ARGS )
static

Ruby: (static) string Sq3Lite.CompileOptionGet(N:int32) C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 348 of file LibSq3Lite_rb.c.

348 {
351 MK_I32 N = 0;
355 end: MK_UNUSED /* LONG JUMP on error */
357}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_NI4(val)
#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
#define MK_UNUSED
signed int MK_I32
static MK_STRN Sq3CompileOptionGet(MK_I32 N)
Run-Time Library Compilation Options Diagnostics …

◆ rbsq3lite_Sq3Lite_CompileOptionUsed()

static OT_ProcRet rbsq3lite_Sq3Lite_CompileOptionUsed ( OtClass_ARGS )
static

Ruby: (static) bool Sq3Lite.CompileOptionUsed(zOptName:string) C-API
Run-Time Library Compilation Options Diagnostics …

Definition at line 360 of file LibSq3Lite_rb.c.

360 {
363 MK_STRN zOptName = 0;
367 end: MK_UNUSED /* LONG JUMP on error */
369}
#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 …

◆ rbsq3lite_Sq3Lite_MemoryHighwater()

static OT_ProcRet rbsq3lite_Sq3Lite_MemoryHighwater ( OtClass_ARGS )
static

Ruby: (static) int64 Sq3Lite.MemoryHighwater(resetFlag:int32) C-API
Memory Allocator Statistics …

Definition at line 372 of file LibSq3Lite_rb.c.

372 {
375 MK_I32 resetFlag = 0;
379 end: MK_UNUSED /* LONG JUMP on error */
381}
#define OT_retObj_SET_I64(nat)
#define MemoryHighwater_doc
static MK_I64 Sq3MemoryHighwater(MK_I32 resetFlag)
Memory Allocator Statistics …

◆ rbsq3lite_Sq3Lite_MemoryUsed()

static OT_ProcRet rbsq3lite_Sq3Lite_MemoryUsed ( OtClass_ARGS )
static

Ruby: (static) int64 Sq3Lite.MemoryUsed() C-API
Memory Allocator Statistics …

Definition at line 384 of file LibSq3Lite_rb.c.

384 {
389 end: MK_UNUSED /* LONG JUMP on error */
391}
#define OT_SETUP_NOARG(d)
#define MemoryUsed_doc
static MK_I64 Sq3MemoryUsed(void)
Memory Allocator Statistics …

◆ rbsq3lite_Sq3Lite_Threadsafe()

static OT_ProcRet rbsq3lite_Sq3Lite_Threadsafe ( OtClass_ARGS )
static

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

Definition at line 394 of file LibSq3Lite_rb.c.

394 {
400 end: MK_UNUSED /* LONG JUMP on error */
402}
#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 …