MkKernel PACKAGE - enum definition … More...
MkKernel PACKAGE - enum definition …
A enum in the Programming-Language-Micro-Kernel (PLMK) is a enum-data-type and 3 enum-access-attributes
ENUM_ToString
→ return the string-value from the enum-value ENUM_ToInt
→ return the integer-value from the enum-value ENUM_FromInt
→ create an enum-value from an integer-value.The enum-data-type and the 3 enum-access-attributes are defined in all target-languages (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO).
|
static |
Python:
→ C-API [static] MkErrorE ErrorE_FromInt(value:int32)
return the MkErrorE from integer …
Definition at line 511 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] int32 ErrorE_ToInt(value:MkErrorE)
return the MkErrorE as integer …
Definition at line 581 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] string ErrorE_ToString(value:MkErrorE)
return the MkErrorE as string …
Definition at line 596 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] MkIdSE IdSE_FromInt(value:int32)
return the MkIdSE from integer …
Definition at line 528 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] int32 IdSE_ToInt(value:MkIdSE)
return the MkIdSE as integer …
Definition at line 611 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] string IdSE_ToString(value:MkIdSE)
return the MkIdSE as string …
Definition at line 626 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] MkTimeoutE TimeoutE_FromInt(value:int32)
return the MkTimeoutE from integer …
Definition at line 545 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] int32 TimeoutE_ToInt(value:MkTimeoutE)
return the MkTimeoutE as integer …
Definition at line 641 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] string TimeoutE_ToString(value:MkTimeoutE)
return the MkTimeoutE as string …
Definition at line 656 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] MkTypeE TypeE_FromInt(value:int32)
return the MkTypeE from integer …
Definition at line 562 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] int32 TypeE_ToInt(value:MkTypeE)
return the MkTypeE as integer …
Definition at line 671 of file LibMkKernel_py.c.
|
static |
Python:
→ C-API [static] string TypeE_ToString(value:MkTypeE)
return the MkTypeE as string …
Definition at line 686 of file LibMkKernel_py.c.