![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
Go to the source code of this file.
Classes | |
| class | moText0 |
| clase de para manejar textos More... | |
| class | moTextHeap |
| lista de textos More... | |
Macros | |
| #define | MO_TXT_COMPLETE 65534 |
| #define | MO_TXT_NOT_FOUND 65534 |
Typedefs | |
| typedef char * | CHARP |
| typedef int | MOINT |
| typedef unsigned int | MOUINT |
| typedef moText0 | moText |
Enumerations | |
| enum | txtcval { MO_TXT_LESSER, MO_TXT_EQUAL, MO_TXT_GREATER, MO_TXT_LESSER, MO_TXT_EQUAL, MO_TXT_GREATER } |
| enum | txtpert { MO_TXT_BELONG, MO_TXT_NOT_BELONG, MO_TXT_BELONG, MO_TXT_NOT_BELONG } |
Functions | |
| moDeclareExportedDynamicArray (moText, moTextArray) | |
| LIBMOLDEO_API moText | IntToStr (int a) |
| LIBMOLDEO_API moText | IntToStr (int a, int nzeros) |
| LIBMOLDEO_API moText | IntToStr (unsigned int a) |
| LIBMOLDEO_API moText | IntToStr (long a) |
| LIBMOLDEO_API moText | IntToStr (unsigned long a) |
| LIBMOLDEO_API moText | IntToStr (long long a) |
| LIBMOLDEO_API moText | IntToStr (unsigned long long a) |
| LIBMOLDEO_API moText | FloatToStr (double a) |
| LIBMOLDEO_API moText | FloatToStr (double a, int n) |
| LIBMOLDEO_API moText | FloatToStr (double a, int nzeros, int ndecimals) |
| enum txtcval |
| enum txtpert |
| LIBMOLDEO_API moText FloatToStr | ( | double | a | ) |
Definition at line 1134 of file moText.cpp.
| LIBMOLDEO_API moText FloatToStr | ( | double | a, |
| int | n | ||
| ) |
Definition at line 1146 of file moText.cpp.
| LIBMOLDEO_API moText FloatToStr | ( | double | a, |
| int | nzeros, | ||
| int | ndecimals | ||
| ) |
Definition at line 1162 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | int | a | ) |
Definition at line 1070 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | int | a, |
| int | nzeros | ||
| ) |
Definition at line 1079 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | unsigned int | a | ) |
Definition at line 1089 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | long | a | ) |
Definition at line 1098 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | unsigned long | a | ) |
Definition at line 1107 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | long long | a | ) |
Definition at line 1116 of file moText.cpp.
| LIBMOLDEO_API moText IntToStr | ( | unsigned long long | a | ) |
Definition at line 1125 of file moText.cpp.
| moDeclareExportedDynamicArray | ( | moText | , |
| moTextArray | |||
| ) |