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).
|
inlinestatic |
C#:
→ C-API [static] MkErrorE ErrorE_FromInt(int value)
return the MkErrorE from integer …
Definition at line 194 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] int ErrorE_ToInt(MkErrorE value)
return the MkErrorE as integer …
Definition at line 228 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] string ErrorE_ToString(MkErrorE value)
return the MkErrorE as string …
Definition at line 234 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] MkIdSE IdSE_FromInt(int value)
return the MkIdSE from integer …
Definition at line 202 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] int IdSE_ToInt(MkIdSE value)
return the MkIdSE as integer …
Definition at line 240 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] string IdSE_ToString(MkIdSE value)
return the MkIdSE as string …
Definition at line 246 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] MkTimeoutE TimeoutE_FromInt(int value)
return the MkTimeoutE from integer …
Definition at line 210 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] int TimeoutE_ToInt(MkTimeoutE value)
return the MkTimeoutE as integer …
Definition at line 252 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] string TimeoutE_ToString(MkTimeoutE value)
return the MkTimeoutE as string …
Definition at line 258 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] MkTypeE TypeE_FromInt(int value)
return the MkTypeE from integer …
Definition at line 218 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] int TypeE_ToInt(MkTypeE value)
return the MkTypeE as integer …
Definition at line 264 of file LibMkKernel.cs.
|
inlinestatic |
C#:
→ C-API [static] string TypeE_ToString(MkTypeE value)
return the MkTypeE as string …
Definition at line 270 of file LibMkKernel.cs.