Sq3BlobC_def_sq3.h - 10 Apr 2025 - aotto1968. More...
#include "LibSq3Lite_sq3.h"
Go to the source code of this file.
Data Structures | |
struct | Sq3BlobS |
Struct to represent the data of the Sq3BlobC … More... | |
Macros | |
#define | Sq3GetBlobFromNat(_nat) |
helper for Sq3BlobC_ObjNew … | |
Sq3BlobC - signature define | |
#define | Sq3BlobC_SIGNATURE (MkObjectC_SIGNATURE ^ (20u<<10)) |
#define | Sq3BlobC_MASK (((1u<<22)-1)<<10) |
Sq3BlobC - cast to superclass | |
#define | Sq3BlobC_X2blob(x) |
#define | Sq3BlobC_X2obj(x) |
Functions | |
Sq3BlobC - Misc - function - unspecified functions to perform different tasks | |
static SQ3_BLOB | Sq3BlobGetNull (void) |
Null-Slot - return a Sq3BlobC typed NULL instance … | |
Sq3BlobC - Introspection - inline - access to all instances created by class starting with the last one | |
static SQ3_BLOB | Sq3BlobInstances_RT (MK_RT mkrt) |
get head-instance from linked-list of Sq3BlobS type … | |
static SQ3_BLOB | Sq3BlobNext (SQ3_BLOB const blob) |
get next instance from linked-list of Sq3BlobS type | |
static SQ3_BLOB | Sq3BlobPrev (SQ3_BLOB const blob) |
get previous instance from linked-list of Sq3BlobS type | |
Sq3BlobC - type definition | |
#define | Sq3BlobC_T ( (struct MkTypeDefS *) (Sq3BlobC_TT) ) |
class as MkTypeDefS-class-type (cast from Sq3BlobC_TT into MkTypeS ) … | |
#define | Sq3BlobST Sq3BlobC_T |
instance-type as MkTypeDefS-class-type … | |
#define | Sq3BlobSTT (MkTYP(Sq3BlobST)) |
instance-type as MkTypeS-class-type (cast from Sq3BlobST into MkTypeS ) … | |
#define | Sq3BlobC_type SQ3_BLOB |
same as Sq3BlobS but useable in a class-macro as: class##_type … | |
#define | Sq3BlobCT_X(instance) |
cast from an instance into the MkTypeDefS-class-type … | |
#define | Sq3BlobCTT_X(instance) |
cast from an instance into the MkTypeS-class-type … | |
#define | Sq3BlobCT_TT(typ) |
cast from an MkTypeS-class-type into an MkTypeDefS-class-type … | |
#define | Sq3BlobC_NS SQ3 |
map class to namespace … | |
#define | Sq3BlobCTT Sq3BlobCTT |
class as MkTypeS-class-type for Sq3BlobC in the Target-Programming-Language (TPL) … | |
#define | Sq3BlobCT ( (struct MkTypeDefS *) Sq3BlobCTT ) |
class as MkTypeDefS-class-type for Sq3BlobC in the Target-Programming-Language (TPL) … | |
typedef struct Sq3BlobS | Sq3BlobCR |
instance-struct-reference same as struct Sq3BlobS , useable in a class-macro as: class##R … | |
typedef const struct Sq3BlobS | Sq3BlobCNR |
const instance-struct-reference same as const struct Sq3BlobS , useable in a class-macro as: class##R … | |
__thread MK_TYP | Sq3BlobC_TT |
class as MkTypeDefS-class-type … | |
Sq3BlobC - signature check | |
#define | Sq3BlobC_Check(mng) |
static bool | Sq3BlobCheck (MK_MNGN mng) |
check Sq3BlobS -> MkObjectS::signature … | |
static bool | Sq3BlobCheckO (MK_OBJN obj) |
check Sq3BlobS -> MkObjectS::signature … | |
Sq3BlobC - cast from a defined or a undefined instance | |
#define | Sq3BlobRaise(_blob) |
raise an error if class-instance is not valid | |
#define | Sq3BLOB_R(x) |
cast a known-object into an Sq3BlobS reference | |
#define | Sq3BLOB(x) |
cast a known-object into an Sq3BlobS pointer | |
static SQ3_BLOB | Sq3Blob (MK_MNG mng) |
cast a unknown-object into an Sq3BlobS pointer or NULL if not possible | |
static SQ3_BLOBN | Sq3BlobN (MK_MNGN mng) |
(const) cast a unknown-object into an Sq3BlobS pointer or NULL if not possible | |
Sq3BlobC - Export - inline - interact with an external software | |
#define | Sq3BlobHandleResolve_e(netHdl) |
wrapper for Sq3BlobHandleResolve with error-handline | |
static MK_ARTIFICIAL SQ3_BLOB | Sq3BlobC_ObjNew (sqlite3_blob *hdl) |
return Programming-Language-Micro-Kernel (PLMK) instance from native hdl … | |
static SQ3_BLOB | Sq3BlobC_ObjCreate (sqlite3_blob *hdl) |
return Programming-Language-Micro-Kernel (PLMK) instance from native hdl … | |
static MK_HDL | Sq3BlobHandleGet_RT (MK_RT mkrt, SQ3_BLOB const blob) |
Handle-Get-Slot - returns a export-hdl to the Sq3BlobC useable for external storage | |
static SQ3_BLOB | Sq3BlobHandleResolve_RT (MK_RT mkrt, MK_HDL const netHdl) |
Handle-Resolve-Slot - return a Sq3BlobC from netHdl or nil if invalid… | |
Sq3BlobC_def_sq3.h - 10 Apr 2025 - aotto1968.
Definition in file Sq3BlobC_def_sq3.h.