theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
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 351 of file LibSq3Lite_rb.c.

351 {
354 MK_I32 N = 0;
358 end: MK_UNUSED /* LONG JUMP on error */
360}
#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 363 of file LibSq3Lite_rb.c.

363 {
366 MK_STRN zOptName = 0;
370 end: MK_UNUSED /* LONG JUMP on error */
372}
#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 375 of file LibSq3Lite_rb.c.

375 {
378 MK_I32 resetFlag = 0;
382 end: MK_UNUSED /* LONG JUMP on error */
384}
#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 387 of file LibSq3Lite_rb.c.

387 {
392 end: MK_UNUSED /* LONG JUMP on error */
394}
#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 397 of file LibSq3Lite_rb.c.

397 {
403 end: MK_UNUSED /* LONG JUMP on error */
405}
#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 …