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
Sq3FileC_TOR_RB_API

Sq3FileC - various functions to create, initialize and destroy … More...

+ Collaboration diagram for Sq3FileC_TOR_RB_API:

Functions

static OT_ProcRet rbsq3lite_Sq3FileC_DatabaseObject (OtClass_ARGS)
  Ruby: (constructor,static) Sq3FileC Sq3FileC.DatabaseObject(X:string) C-API
Database File Corresponding To A Journal …
 

Detailed Description

Sq3FileC - various functions to create, initialize and destroy …

Function Documentation

◆ rbsq3lite_Sq3FileC_DatabaseObject()

static OT_ProcRet rbsq3lite_Sq3FileC_DatabaseObject ( OtClass_ARGS )
static

Ruby: (constructor,static) Sq3FileC Sq3FileC.DatabaseObject(X:string) C-API
Database File Corresponding To A Journal …

Definition at line 233 of file Sq3FileC_rb.c.

233 {
236 MK_STRN X = 0;
239 SQ3_FILE retVal = Sq3FileDatabaseObject (X);
240 if (retVal == NULL) {
241 OT_ERROR_CONSTRUCTOR(Sq3FileC);
242 }
243 OT_retObj_SET_FILE(retVal);
244 end: MK_UNUSED /* LONG JUMP on error */
246}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_ERROR_CONSTRUCTOR(clazz)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define OT_retObj_SET_FILE(nat)
#define DatabaseObject_doc
#define OT_SETUP_hdl_static_constr
Definition Sq3FileC_rb.c:98
#define MK_UNUSED
const MK_STRB * MK_STRN
static SQ3_FILE Sq3FileDatabaseObject(MK_STRN X)
Database File Corresponding To A Journal …
Struct to represent the data of the Sq3FileC …