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
Sq3StmtC_def_sq3.h File Reference

Sq3StmtC_def_sq3.h - 10 Apr 2025 - aotto1968. More...

#include "LibSq3Lite_sq3.h"
+ Include dependency graph for Sq3StmtC_def_sq3.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Sq3StmtS
 Struct to represent the data of the Sq3StmtCMore...
 

Macros

#define Sq3GetStmtFromNat(_nat)
 helper for Sq3StmtC_ObjNew
 
Sq3StmtC - signature define
#define Sq3StmtC_SIGNATURE   (MkObjectC_SIGNATURE ^ (19u<<10))
 
#define Sq3StmtC_MASK   (((1u<<22)-1)<<10)
 
Sq3StmtC - cast to superclass
#define Sq3StmtC_X2stmt(x)
 
#define Sq3StmtC_X2obj(x)
 

Functions

Sq3StmtC - Misc - function - unspecified functions to perform different tasks
static SQ3_STMT Sq3StmtGetNull (void)
 Null-Slot - return a Sq3StmtC typed NULL instance …
 
Sq3StmtC - Introspection - inline - access to all instances created by class starting with the last one
static SQ3_STMT Sq3StmtInstances_RT (MK_RT mkrt)
 get head-instance from linked-list of Sq3StmtS type …
 
static SQ3_STMT Sq3StmtNext (SQ3_STMT const stmt)
 get next instance from linked-list of Sq3StmtS type
 
static SQ3_STMT Sq3StmtPrev (SQ3_STMT const stmt)
 get previous instance from linked-list of Sq3StmtS type
 

Sq3StmtC - type definition

#define Sq3StmtC_T   ( (struct MkTypeDefS *) (Sq3StmtC_TT) )
 class as MkTypeDefS-class-type (cast from Sq3StmtC_TT into MkTypeS) …
 
#define Sq3StmtST   Sq3StmtC_T
 instance-type as MkTypeDefS-class-type …
 
#define Sq3StmtSTT   (MkTYP(Sq3StmtST))
 instance-type as MkTypeS-class-type (cast from Sq3StmtST into MkTypeS) …
 
#define Sq3StmtC_type   SQ3_STMT
 same as Sq3StmtS but useable in a class-macro as: class##_type
 
#define Sq3StmtCT_X(instance)
 cast from an instance into the MkTypeDefS-class-type …
 
#define Sq3StmtCTT_X(instance)
 cast from an instance into the MkTypeS-class-type …
 
#define Sq3StmtCT_TT(typ)
 cast from an MkTypeS-class-type into an MkTypeDefS-class-type …
 
#define Sq3StmtC_NS   SQ3
 map class to namespace …
 
#define Sq3StmtCTT   Sq3StmtCTT
 class as MkTypeS-class-type for Sq3StmtC in the Target-Programming-Language (TPL)
 
#define Sq3StmtCT   ( (struct MkTypeDefS *) Sq3StmtCTT )
 class as MkTypeDefS-class-type for Sq3StmtC in the Target-Programming-Language (TPL)
 
typedef struct Sq3StmtS Sq3StmtCR
 instance-struct-reference same as struct Sq3StmtS, useable in a class-macro as: class##R
 
typedef const struct Sq3StmtS Sq3StmtCNR
 const instance-struct-reference same as const struct Sq3StmtS, useable in a class-macro as: class##R
 
__thread MK_TYP Sq3StmtC_TT
 class as MkTypeDefS-class-type …
 

Sq3StmtC - signature check

#define Sq3StmtC_Check(mng)
 
static bool Sq3StmtCheck (MK_MNGN mng)
 check Sq3StmtS -> MkObjectS::signature
 
static bool Sq3StmtCheckO (MK_OBJN obj)
 check Sq3StmtS -> MkObjectS::signature
 

Sq3StmtC - cast from a defined or a undefined instance

#define Sq3StmtRaise(_stmt)
 raise an error if class-instance is not valid
 
#define Sq3STMT_R(x)
 cast a known-object into an Sq3StmtS reference
 
#define Sq3STMT(x)
 cast a known-object into an Sq3StmtS pointer
 
static SQ3_STMT Sq3Stmt (MK_MNG mng)
 cast a unknown-object into an Sq3StmtS pointer or NULL if not possible
 
static SQ3_STMTN Sq3StmtN (MK_MNGN mng)
 (const) cast a unknown-object into an Sq3StmtS pointer or NULL if not possible
 

Sq3StmtC - Export - inline - interact with an external software

#define Sq3StmtHandleResolve_e(netHdl)
 wrapper for Sq3StmtHandleResolve with error-handline
 
static MK_ARTIFICIAL SQ3_STMT Sq3StmtC_ObjNew (sqlite3_stmt *hdl)
 return Programming-Language-Micro-Kernel (PLMK) instance from native hdl
 
static SQ3_STMT Sq3StmtC_ObjCreate (sqlite3_stmt *hdl)
 return Programming-Language-Micro-Kernel (PLMK) instance from native hdl
 
static MK_HDL Sq3StmtHandleGet_RT (MK_RT mkrt, SQ3_STMT const stmt)
 Handle-Get-Slot - returns a export-hdl to the Sq3StmtC useable for external storage
 
static SQ3_STMT Sq3StmtHandleResolve_RT (MK_RT mkrt, MK_HDL const netHdl)
 Handle-Resolve-Slot - return a Sq3StmtC from netHdl or None if invalid…
 

Detailed Description

Sq3StmtC_def_sq3.h - 10 Apr 2025 - aotto1968.

Version
220e89cf9473580117e04029d678fcf7e7736959
Date
Thu Apr 10 14:00:03 2025 +0200
Author
aotto1968 aotto.nosp@m.1968.nosp@m.@t-on.nosp@m.line.nosp@m..de

Definition in file Sq3StmtC_def_sq3.h.