106 if (__retVal__L == NULL) {
109 return Sq3FileC::Sq3FileC_ObjCreate(
MK_RT_CALL __retVal__L);
115 const MK_STRN X_hdl = X.c_str();
117 if (__retVal__L == NULL) {
120 return Sq3FileC::Sq3FileC_ObjCreate(
MK_RT_CALL __retVal__L);
Struct to represent the data of the Sq3FileC … → C-API: libsq3lite::Sq3FileS
static Sq3FileC * Sq3FileC_ObjNew(MK_RT_ARGS SQ3_FILE hdl)
return Sq3FileC from LibMsgqueObject
SQ3_FILE getFILE() const
return the LibMsgqueObject from current Sq3FileC instance
static Sq3FileC * Instances()
C++: [static] Sq3FileC* Sq3FileC::Instances() → C-API get head-instance from linked-list of Sq3F...
static Sq3FileC * HandleResolve(MK_HDL netHdl)
C++: [static] Sq3FileC* Sq3FileC::HandleResolve(MK_HDL netHdl) → C-API Handle-Resolve-Slot - ret...
Sq3FileC * Prev()
C++: Sq3FileC* file.Prev() → C-API get previous instance from linked-list of Sq3FileS type
Sq3FileC * Next()
C++: Sq3FileC* file.Next() → C-API get next instance from linked-list of Sq3FileS type
static Sq3FileC * GetNull()
C++: [static] Sq3FileC* Sq3FileC::GetNull() → C-API Null-Slot - return a Sq3FileC typed NULL ins...
static SQ3_FILE Sq3FileNext(SQ3_FILE const file)
get next instance from linked-list of Sq3FileS type
static SQ3_FILE Sq3FilePrev(SQ3_FILE const file)
get previous instance from linked-list of Sq3FileS type
#define Sq3FileInstances()
static SQ3_FILE Sq3FileGetNull(void)
Null-Slot - return a Sq3FileC typed NULL instance …
#define Sq3FileHandleResolve(...)
static Sq3FileC * DatabaseObject(MK_STRN X)
C++: [constructor,static] Sq3FileC* Sq3FileC::DatabaseObject(MK_STRN X) → C-API Database File Co...
static SQ3_FILE Sq3FileDatabaseObject(MK_STRN X)
Database File Corresponding To A Journal …
namespace for the CcSq3Lite "C++"-API
Struct to represent the data of the Sq3FileC …