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_TCL_API

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

+ Collaboration diagram for Sq3FileC_TOR_TCL_API:

Functions

static OT_ProcRet tclsq3lite_Sq3FileC_DatabaseObject (OtClass_ARGS)
  Tcl: (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

◆ tclsq3lite_Sq3FileC_DatabaseObject()

static OT_ProcRet tclsq3lite_Sq3FileC_DatabaseObject ( OtClass_ARGS )
static

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

Definition at line 256 of file Sq3FileC_tcl.c.

256 {
259 MK_STRN X = 0;
262 SQ3_FILE retVal = Sq3FileDatabaseObject (X);
263 if (retVal == NULL) {
264 OT_ERROR_CONSTRUCTOR(Sq3FileC);
265 goto error;
266 }
267 OT_retObj_SET_FILE(retVal);
268 goto end;
269 error:
271 end:
273}
#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
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 …