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.
Functions | |
moDefineDynamicArray (moTextArray) moText0 | |
LIBMOLDEO_API moText0 | operator+ (const moText0 &txt1, const moText0 &txt2) |
LIBMOLDEO_API moText0 | operator+ (const moText0 &txt1, const char *txt2) |
LIBMOLDEO_API moText0 | operator+ (const char *txt1, const moText0 &txt2) |
LIBMOLDEO_API moText0 | IntToStr (int a) |
LIBMOLDEO_API moText0 | IntToStr (int a, int nzeros) |
LIBMOLDEO_API moText0 | IntToStr (unsigned int a) |
LIBMOLDEO_API moText0 | IntToStr (long a) |
LIBMOLDEO_API moText0 | IntToStr (unsigned long a) |
LIBMOLDEO_API moText0 | IntToStr (long long a) |
LIBMOLDEO_API moText0 | IntToStr (unsigned long long a) |
LIBMOLDEO_API moText0 | FloatToStr (double a) |
LIBMOLDEO_API moText0 | FloatToStr (double a, int n) |
LIBMOLDEO_API moText0 | FloatToStr (double a, int nzeros, int ndecimals) |
LIBMOLDEO_API moText0 FloatToStr | ( | double | a | ) |
Definition at line 1071 of file moText.cpp.
LIBMOLDEO_API moText0 FloatToStr | ( | double | a, |
int | n | ||
) |
Definition at line 1083 of file moText.cpp.
LIBMOLDEO_API moText0 FloatToStr | ( | double | a, |
int | nzeros, | ||
int | ndecimals | ||
) |
Definition at line 1099 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | int | a | ) |
Definition at line 1007 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | int | a, |
int | nzeros | ||
) |
Definition at line 1016 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | unsigned int | a | ) |
Definition at line 1026 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | long | a | ) |
Definition at line 1035 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | unsigned long | a | ) |
Definition at line 1044 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | long long | a | ) |
Definition at line 1053 of file moText.cpp.
LIBMOLDEO_API moText0 IntToStr | ( | unsigned long long | a | ) |
Definition at line 1062 of file moText.cpp.
moDefineDynamicArray | ( | moTextArray | ) |
Definition at line 37 of file moText.cpp.
LIBMOLDEO_API moText0 operator+ | ( | const moText0 & | txt1, |
const moText0 & | txt2 | ||
) |
Definition at line 410 of file moText.cpp.
LIBMOLDEO_API moText0 operator+ | ( | const moText0 & | txt1, |
const char * | txt2 | ||
) |
Definition at line 417 of file moText.cpp.
LIBMOLDEO_API moText0 operator+ | ( | const char * | txt1, |
const moText0 & | txt2 | ||
) |
Definition at line 424 of file moText.cpp.