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 |
Ruby:
→ C-API (static) MkErrorE MkKernel.ErrorE_FromInt(value:int32)
return the MkErrorE from integer …
Definition at line 363 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) int32 MkKernel.ErrorE_ToInt(value:MkErrorE)
return the MkErrorE as integer …
Definition at line 421 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) string MkKernel.ErrorE_ToString(value:MkErrorE)
return the MkErrorE as string …
Definition at line 433 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) MkIdSE MkKernel.IdSE_FromInt(value:int32)
return the MkIdSE from integer …
Definition at line 377 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) int32 MkKernel.IdSE_ToInt(value:MkIdSE)
return the MkIdSE as integer …
Definition at line 445 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) string MkKernel.IdSE_ToString(value:MkIdSE)
return the MkIdSE as string …
Definition at line 457 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) MkTimeoutE MkKernel.TimeoutE_FromInt(value:int32)
return the MkTimeoutE from integer …
Definition at line 391 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) int32 MkKernel.TimeoutE_ToInt(value:MkTimeoutE)
return the MkTimeoutE as integer …
Definition at line 469 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) string MkKernel.TimeoutE_ToString(value:MkTimeoutE)
return the MkTimeoutE as string …
Definition at line 481 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) MkTypeE MkKernel.TypeE_FromInt(value:int32)
return the MkTypeE from integer …
Definition at line 405 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) int32 MkKernel.TypeE_ToInt(value:MkTypeE)
return the MkTypeE as integer …
Definition at line 493 of file LibMkKernel_rb.c.
|
static |
Ruby:
→ C-API (static) string MkKernel.TypeE_ToString(value:MkTypeE)
return the MkTypeE as string …
Definition at line 505 of file LibMkKernel_rb.c.