theKernel 10.0
|
tag: nhi1-release-250425 More...
Go to the source code of this file.
Macros | |
#define | META_FILE_NAME "MkBufferListC_rb.c" |
#define | OT_CLASS NS(MkBufferListC) |
#define | OT_CLASS_NAME "MkBufferListC" |
#define | OT_LNG2META(O) |
#define | S_INIT NS(sInit)(MK_RT_CALL_ONLY) |
#define | OT_SETUP_hdl OT_SETUP_hdl_tmpl(MkBufferListC); |
#define | OT_SETUP_hdl__null_allow OT_SETUP_hdl_tmpl__null_allow(MkBufferListC); |
#define | OT_SETUP_hdl_constr |
#define | OT_SETUP_hdl_destr OT_SETUP_hdl_tmpl__null_allow(MkBufferListC); |
#define | OT_SETUP_hdl_static |
#define | OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
#define | SetupRtFromObj_X(hdl) |
#define | SetupRtFromObj_XN(hdl) |
#define | Create_doc "MkBufferListC MkBufferListC.Create(?size:int32=0?)" |
#define | CreateLA_doc "MkBufferListC MkBufferListC.CreateLA(args:MkBufferListC...)" |
#define | FileGlob_doc "MkBufferListC MkBufferListC.FileGlob(pattern_match:string)" |
#define | new_doc "MkBufferListC MkBufferListC.new(?size:int32=0?)" |
#define | CreateTLS_doc "MkBufferListC MkBufferListC.CreateTLS(tlsName:string, ?resetB:bool=true?)" |
#define | GetNull_doc "MkBufferListC MkBufferListC.GetNull()" |
#define | HandleResolve_doc "MkBufferListC MkBufferListC.HandleResolve(netHdl:MK_HDL)" |
#define | Instances_doc "MkBufferListC MkBufferListC.Instances()" |
#define | Merge_doc "MkBufferListC bfl.Merge()" |
#define | Dup_doc "MkBufferListC bfl.Dup() (const)" |
#define | AppendLA_doc "MkBufferListC bfl.AppendLA(args:MkBufferListC...)" |
#define | AppendLP_doc "MkBufferListC bfl.AppendLP(addBufL:MkBufferListC, ?position:int32=-1?)" |
#define | IndexGetBUF_doc "MkBufferC bfl.IndexGetBUF(index:int32)" |
#define | Next_doc "MkBufferListC bfl.Next()" |
#define | PositionMerge_doc "MkBufferListC bfl.PositionMerge(source:MkBufferListC, position:int32)" |
#define | Prev_doc "MkBufferListC bfl.Prev()" |
#define | Reset_doc "MkBufferListC bfl.Reset()" |
#define | Sort_doc "MkBufferListC bfl.Sort()" |
#define | ToBuffer_doc "MkBufferC bfl.ToBuffer() (const)" |
#define | CheckOptionBUF_doc "MkBufferC bfl.CheckOptionBUF(opt:string, ?defval:MkBufferC=nil?, ?onlyFirst:bool=true?)" |
#define | IndexExtract_doc "MkBufferC bfl.IndexExtract(?index:int32=0?)" |
#define | IndexGet_doc "MkBufferC bfl.IndexGet(index:int32) (const)" |
#define | AppendBIN_doc "bfl.AppendBIN(val:binary)" |
#define | AppendBOL_doc "bfl.AppendBOL(val:bool)" |
#define | AppendBUF_doc "bfl.AppendBUF(val:MkBufferC)" |
#define | AppendDBL_doc "bfl.AppendDBL(val:double)" |
#define | AppendFLT_doc "bfl.AppendFLT(val:float)" |
#define | AppendG_doc "bfl.AppendG(val:long)" |
#define | AppendI16_doc "bfl.AppendI16(val:int16)" |
#define | AppendI32_doc "bfl.AppendI32(val:int32)" |
#define | AppendI64_doc "bfl.AppendI64(val:int64)" |
#define | AppendI8_doc "bfl.AppendI8(val:int8)" |
#define | AppendSTR_doc "bfl.AppendSTR(val:string)" |
#define | AppendStringR_doc "bfl.AppendStringR(val:string)" |
#define | AppendUP_doc "bfl.AppendUP(addBuf:MkBufferC, ?position:int32=-1?)" |
#define | CheckOption_doc "bool bfl.CheckOption(opt:string, ?onlyFirst:bool=false?)" |
#define | Cmp_doc "int32 bfl.Cmp(bfl2:MkBufferListC) (const)" |
#define | Copy_doc "bfl.Copy(src:MkBufferListC) (const)" |
#define | IndexDelete_doc "bfl.IndexDelete(index:int32, ?numitems:int32=1?, ?doDelete:bool=true?)" |
#define | IndexGetSTR_doc "string bfl.IndexGetSTR(index:int32)" |
#define | IndexSet_doc "bfl.IndexSet(index:int32, buf:MkBufferC)" |
#define | IndexSetBUF_doc "bfl.IndexSetBUF(index:int32, buf:MkBufferC)" |
#define | IndexSetSTR_doc "bfl.IndexSetSTR(index:int32, str:string)" |
#define | LogS_doc "bfl.LogS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
#define | LogSS_doc "bfl.LogSS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
#define | LogSSS_doc "bfl.LogSSS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
#define | Move_doc "to.Move(from:MkBufferListC)" |
#define | Reserve_doc "bfl.Reserve(num:int32)" |
#define | SearchC_doc "int32 bfl.SearchC(str:string, ?len:int32=-1?, ?startindex:int32=0?) (const)" |
#define | Size_doc "int32 bfl.Size() (const)" |
#define | ToList_doc "[list...] bfl.ToList() (const)" |
#define | CheckOptionBOL_doc "bool bfl.CheckOptionBOL(opt:string, ?defval:bool=false?, ?onlyFirst:bool=true?)" |
#define | CheckOptionDBL_doc "double bfl.CheckOptionDBL(opt:string, ?defval:double=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionFLT_doc "float bfl.CheckOptionFLT(opt:string, ?defval:float=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionI16_doc "int16 bfl.CheckOptionI16(opt:string, ?defval:int16=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionI32_doc "int32 bfl.CheckOptionI32(opt:string, ?defval:int32=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionI64_doc "int64 bfl.CheckOptionI64(opt:string, ?defval:int64=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionI8_doc "int8 bfl.CheckOptionI8(opt:string, ?defval:int8=0?, ?onlyFirst:bool=true?)" |
#define | CheckOptionSTR_doc "string bfl.CheckOptionSTR(opt:string, ?defval:string=\"\"?, ?onlyFirst:bool=true?)" |
Variables | |
OT_CLS_T | OT_CLASS |
static MK_TYP | MkBufferListCTT = NULL |
OT_OBJ_T | rbmkkernel_MkBufferListC_MK_NULL = 0 |
static rb_data_type_t | rbmkkernel_MkBufferListC_T |
tag: nhi1-release-250425
Definition in file MkBufferListC_rb.c.
#define AppendBIN_doc "bfl.AppendBIN(val:binary)" |
Definition at line 141 of file MkBufferListC_rb.c.
#define AppendBOL_doc "bfl.AppendBOL(val:bool)" |
Definition at line 142 of file MkBufferListC_rb.c.
#define AppendBUF_doc "bfl.AppendBUF(val:MkBufferC)" |
Definition at line 143 of file MkBufferListC_rb.c.
#define AppendDBL_doc "bfl.AppendDBL(val:double)" |
Definition at line 144 of file MkBufferListC_rb.c.
#define AppendFLT_doc "bfl.AppendFLT(val:float)" |
Definition at line 145 of file MkBufferListC_rb.c.
#define AppendG_doc "bfl.AppendG(val:long)" |
Definition at line 146 of file MkBufferListC_rb.c.
#define AppendI16_doc "bfl.AppendI16(val:int16)" |
Definition at line 147 of file MkBufferListC_rb.c.
#define AppendI32_doc "bfl.AppendI32(val:int32)" |
Definition at line 148 of file MkBufferListC_rb.c.
#define AppendI64_doc "bfl.AppendI64(val:int64)" |
Definition at line 149 of file MkBufferListC_rb.c.
#define AppendI8_doc "bfl.AppendI8(val:int8)" |
Definition at line 150 of file MkBufferListC_rb.c.
#define AppendLA_doc "MkBufferListC bfl.AppendLA(args:MkBufferListC...)" |
Definition at line 125 of file MkBufferListC_rb.c.
#define AppendLP_doc "MkBufferListC bfl.AppendLP(addBufL:MkBufferListC, ?position:int32=-1?)" |
Definition at line 126 of file MkBufferListC_rb.c.
#define AppendSTR_doc "bfl.AppendSTR(val:string)" |
Definition at line 151 of file MkBufferListC_rb.c.
#define AppendStringR_doc "bfl.AppendStringR(val:string)" |
Definition at line 152 of file MkBufferListC_rb.c.
#define AppendUP_doc "bfl.AppendUP(addBuf:MkBufferC, ?position:int32=-1?)" |
Definition at line 153 of file MkBufferListC_rb.c.
#define CheckOption_doc "bool bfl.CheckOption(opt:string, ?onlyFirst:bool=false?)" |
Definition at line 154 of file MkBufferListC_rb.c.
#define CheckOptionBOL_doc "bool bfl.CheckOptionBOL(opt:string, ?defval:bool=false?, ?onlyFirst:bool=true?)" |
Definition at line 175 of file MkBufferListC_rb.c.
#define CheckOptionBUF_doc "MkBufferC bfl.CheckOptionBUF(opt:string, ?defval:MkBufferC=nil?, ?onlyFirst:bool=true?)" |
Definition at line 136 of file MkBufferListC_rb.c.
#define CheckOptionDBL_doc "double bfl.CheckOptionDBL(opt:string, ?defval:double=0?, ?onlyFirst:bool=true?)" |
Definition at line 176 of file MkBufferListC_rb.c.
#define CheckOptionFLT_doc "float bfl.CheckOptionFLT(opt:string, ?defval:float=0?, ?onlyFirst:bool=true?)" |
Definition at line 177 of file MkBufferListC_rb.c.
#define CheckOptionI16_doc "int16 bfl.CheckOptionI16(opt:string, ?defval:int16=0?, ?onlyFirst:bool=true?)" |
Definition at line 178 of file MkBufferListC_rb.c.
#define CheckOptionI32_doc "int32 bfl.CheckOptionI32(opt:string, ?defval:int32=0?, ?onlyFirst:bool=true?)" |
Definition at line 179 of file MkBufferListC_rb.c.
#define CheckOptionI64_doc "int64 bfl.CheckOptionI64(opt:string, ?defval:int64=0?, ?onlyFirst:bool=true?)" |
Definition at line 180 of file MkBufferListC_rb.c.
#define CheckOptionI8_doc "int8 bfl.CheckOptionI8(opt:string, ?defval:int8=0?, ?onlyFirst:bool=true?)" |
Definition at line 181 of file MkBufferListC_rb.c.
#define CheckOptionSTR_doc "string bfl.CheckOptionSTR(opt:string, ?defval:string=\"\"?, ?onlyFirst:bool=true?)" |
Definition at line 182 of file MkBufferListC_rb.c.
#define Cmp_doc "int32 bfl.Cmp(bfl2:MkBufferListC) (const)" |
Definition at line 155 of file MkBufferListC_rb.c.
#define Copy_doc "bfl.Copy(src:MkBufferListC) (const)" |
Definition at line 156 of file MkBufferListC_rb.c.
#define Create_doc "MkBufferListC MkBufferListC.Create(?size:int32=0?)" |
Definition at line 107 of file MkBufferListC_rb.c.
#define CreateLA_doc "MkBufferListC MkBufferListC.CreateLA(args:MkBufferListC...)" |
Definition at line 108 of file MkBufferListC_rb.c.
#define CreateTLS_doc "MkBufferListC MkBufferListC.CreateTLS(tlsName:string, ?resetB:bool=true?)" |
Definition at line 113 of file MkBufferListC_rb.c.
#define Dup_doc "MkBufferListC bfl.Dup() (const)" |
Definition at line 122 of file MkBufferListC_rb.c.
#define FileGlob_doc "MkBufferListC MkBufferListC.FileGlob(pattern_match:string)" |
Definition at line 109 of file MkBufferListC_rb.c.
#define GetNull_doc "MkBufferListC MkBufferListC.GetNull()" |
Definition at line 114 of file MkBufferListC_rb.c.
#define HandleResolve_doc "MkBufferListC MkBufferListC.HandleResolve(netHdl:MK_HDL)" |
Definition at line 115 of file MkBufferListC_rb.c.
#define IndexDelete_doc "bfl.IndexDelete(index:int32, ?numitems:int32=1?, ?doDelete:bool=true?)" |
Definition at line 158 of file MkBufferListC_rb.c.
#define IndexExtract_doc "MkBufferC bfl.IndexExtract(?index:int32=0?)" |
Definition at line 137 of file MkBufferListC_rb.c.
#define IndexGet_doc "MkBufferC bfl.IndexGet(index:int32) (const)" |
Definition at line 138 of file MkBufferListC_rb.c.
#define IndexGetBUF_doc "MkBufferC bfl.IndexGetBUF(index:int32)" |
Definition at line 127 of file MkBufferListC_rb.c.
#define IndexGetSTR_doc "string bfl.IndexGetSTR(index:int32)" |
Definition at line 159 of file MkBufferListC_rb.c.
#define IndexSet_doc "bfl.IndexSet(index:int32, buf:MkBufferC)" |
Definition at line 160 of file MkBufferListC_rb.c.
#define IndexSetBUF_doc "bfl.IndexSetBUF(index:int32, buf:MkBufferC)" |
Definition at line 161 of file MkBufferListC_rb.c.
#define IndexSetSTR_doc "bfl.IndexSetSTR(index:int32, str:string)" |
Definition at line 162 of file MkBufferListC_rb.c.
#define Instances_doc "MkBufferListC MkBufferListC.Instances()" |
Definition at line 116 of file MkBufferListC_rb.c.
#define LogS_doc "bfl.LogS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
Definition at line 164 of file MkBufferListC_rb.c.
#define LogSS_doc "bfl.LogSS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
Definition at line 165 of file MkBufferListC_rb.c.
#define LogSSS_doc "bfl.LogSSS(?varname:string=\"bfl\"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string=\"MK_NULL\"?) (const)" |
Definition at line 166 of file MkBufferListC_rb.c.
#define Merge_doc "MkBufferListC bfl.Merge()" |
Definition at line 119 of file MkBufferListC_rb.c.
#define META_FILE_NAME "MkBufferListC_rb.c" |
Definition at line 10 of file MkBufferListC_rb.c.
#define Move_doc "to.Move(from:MkBufferListC)" |
Definition at line 167 of file MkBufferListC_rb.c.
#define new_doc "MkBufferListC MkBufferListC.new(?size:int32=0?)" |
Definition at line 110 of file MkBufferListC_rb.c.
#define Next_doc "MkBufferListC bfl.Next()" |
Definition at line 128 of file MkBufferListC_rb.c.
#define OT_CLASS NS(MkBufferListC) |
Definition at line 14 of file MkBufferListC_rb.c.
#define OT_CLASS_NAME "MkBufferListC" |
Definition at line 15 of file MkBufferListC_rb.c.
#define OT_LNG2META | ( | O | ) |
Definition at line 17 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl OT_SETUP_hdl_tmpl(MkBufferListC); |
Definition at line 87 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl__null_allow OT_SETUP_hdl_tmpl__null_allow(MkBufferListC); |
Definition at line 88 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl_constr |
Definition at line 89 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl_destr OT_SETUP_hdl_tmpl__null_allow(MkBufferListC); |
Definition at line 92 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl_static |
Definition at line 93 of file MkBufferListC_rb.c.
#define OT_SETUP_hdl_static_constr OT_SETUP_hdl_static |
Definition at line 95 of file MkBufferListC_rb.c.
#define PositionMerge_doc "MkBufferListC bfl.PositionMerge(source:MkBufferListC, position:int32)" |
Definition at line 129 of file MkBufferListC_rb.c.
#define Prev_doc "MkBufferListC bfl.Prev()" |
Definition at line 130 of file MkBufferListC_rb.c.
#define Reserve_doc "bfl.Reserve(num:int32)" |
Definition at line 168 of file MkBufferListC_rb.c.
#define Reset_doc "MkBufferListC bfl.Reset()" |
Definition at line 131 of file MkBufferListC_rb.c.
#define S_INIT NS(sInit)(MK_RT_CALL_ONLY) |
Definition at line 69 of file MkBufferListC_rb.c.
#define SearchC_doc "int32 bfl.SearchC(str:string, ?len:int32=-1?, ?startindex:int32=0?) (const)" |
Definition at line 169 of file MkBufferListC_rb.c.
#define SetupRtFromObj_X | ( | hdl | ) |
Definition at line 98 of file MkBufferListC_rb.c.
#define SetupRtFromObj_XN | ( | hdl | ) |
Definition at line 99 of file MkBufferListC_rb.c.
#define Size_doc "int32 bfl.Size() (const)" |
Definition at line 170 of file MkBufferListC_rb.c.
#define Sort_doc "MkBufferListC bfl.Sort()" |
Definition at line 132 of file MkBufferListC_rb.c.
#define ToBuffer_doc "MkBufferC bfl.ToBuffer() (const)" |
Definition at line 133 of file MkBufferListC_rb.c.
#define ToList_doc "[list...] bfl.ToList() (const)" |
Definition at line 171 of file MkBufferListC_rb.c.
|
inlinestatic |
Definition at line 46 of file MkBufferListC_rb.c.
void rbmkkernel_MkBufferListC_Init | ( | MK_RT | mkrt | ) |
Definition at line 1180 of file MkBufferListC_rb.c.
Definition at line 55 of file MkBufferListC_rb.c.
Definition at line 60 of file MkBufferListC_rb.c.
Definition at line 64 of file MkBufferListC_rb.c.
|
static |
Definition at line 70 of file MkBufferListC_rb.c.
|
static |
Definition at line 1165 of file MkBufferListC_rb.c.
|
static |
Definition at line 22 of file MkBufferListC_rb.c.
OT_CLS_T OT_CLASS |
Definition at line 19 of file MkBufferListC_rb.c.
OT_OBJ_T rbmkkernel_MkBufferListC_MK_NULL = 0 |
Definition at line 23 of file MkBufferListC_rb.c.
|
static |
Definition at line 29 of file MkBufferListC_rb.c.