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_PY_API

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

+ Collaboration diagram for Sq3FileC_TOR_PY_API:

Functions

static OT_ProcRet pysq3lite_Sq3FileC_DatabaseObject (OtClass_ARGS)
  Python: [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

◆ pysq3lite_Sq3FileC_DatabaseObject()

static OT_ProcRet pysq3lite_Sq3FileC_DatabaseObject ( OtClass_ARGS )
static

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

Definition at line 242 of file Sq3FileC_py.c.

242 {
245 MK_STRN X = 0;
248 SQ3_FILE retVal = Sq3FileDatabaseObject (X);
249 if (retVal == NULL) {
250 OT_ERROR_CONSTRUCTOR(Sq3FileC);
251 goto error;
252 }
253 OT_retObj_SET_FILE(retVal);
254 goto end;
255 error:
257 end:
259}
#define OT_SETUP_ONEARG(d)
#define OT_retObj_SET_Error
#define OT_ERROR_CONSTRUCTOR(class)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#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_py.c:34
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 …