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).
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).
C++:
→ C-API [static] MkErrorE MkKernel::ErrorE_FromInt(MK_I32 value)
return the MkErrorE from integer …
Definition at line 22 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MkKernel::ErrorE_ToInt(MkErrorE value)
return the MkErrorE as integer …
Definition at line 60 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MkKernel::ErrorE_ToString(MkErrorE value)
return the MkErrorE as string …
Definition at line 67 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MkIdSE MkKernel::IdSE_FromInt(MK_I32 value)
return the MkIdSE from integer …
Definition at line 31 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MkKernel::IdSE_ToInt(MkIdSE value)
return the MkIdSE as integer …
Definition at line 74 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MkKernel::IdSE_ToString(MkIdSE value)
return the MkIdSE as string …
Definition at line 81 of file LibMkKernel_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkTimeoutE MkKernel::TimeoutE_FromInt(MK_I32 value)
return the MkTimeoutE from integer …
Definition at line 40 of file LibMkKernel_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_I32 MkKernel::TimeoutE_ToInt(MkTimeoutE value)
return the MkTimeoutE as integer …
Definition at line 88 of file LibMkKernel_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MkKernel::TimeoutE_ToString(MkTimeoutE value)
return the MkTimeoutE as string …
Definition at line 95 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MkTypeE MkKernel::TypeE_FromInt(MK_I32 value)
return the MkTypeE from integer …
Definition at line 49 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MkKernel::TypeE_ToInt(MkTypeE value)
return the MkTypeE as integer …
Definition at line 102 of file LibMkKernel_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MkKernel::TypeE_ToString(MkTypeE value)
return the MkTypeE as string …
Definition at line 109 of file LibMkKernel_inline_cc.hh.