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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
moText.cpp File Reference
#include "moText.h"
#include "moArray.h"

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)
 
int HexToInt (const moText &hex)
 
long HexToLong (const moText &hex)
 
double StrToDouble (const moText &str)
 
float StrToFloat (const moText &str)
 
long StrToLong (const moText &str)
 
int StrToInt (const moText &str)
 

Function Documentation

LIBMOLDEO_API moText0 FloatToStr ( double  a)

Definition at line 1134 of file moText.cpp.

LIBMOLDEO_API moText0 FloatToStr ( double  a,
int  n 
)

Definition at line 1146 of file moText.cpp.

LIBMOLDEO_API moText0 FloatToStr ( double  a,
int  nzeros,
int  ndecimals 
)

Definition at line 1162 of file moText.cpp.

int HexToInt ( const moText hex)

Definition at line 1182 of file moText.cpp.

long HexToLong ( const moText hex)

Definition at line 1190 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( int  a)

Definition at line 1070 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( int  a,
int  nzeros 
)

Definition at line 1079 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( unsigned int  a)

Definition at line 1089 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( long  a)

Definition at line 1098 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( unsigned long  a)

Definition at line 1107 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( long long  a)

Definition at line 1116 of file moText.cpp.

LIBMOLDEO_API moText0 IntToStr ( unsigned long long  a)

Definition at line 1125 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 415 of file moText.cpp.

LIBMOLDEO_API moText0 operator+ ( const moText0 txt1,
const char *  txt2 
)

Definition at line 422 of file moText.cpp.

LIBMOLDEO_API moText0 operator+ ( const char *  txt1,
const moText0 txt2 
)

Definition at line 429 of file moText.cpp.

double StrToDouble ( const moText str)

Definition at line 1198 of file moText.cpp.

float StrToFloat ( const moText str)

Definition at line 1202 of file moText.cpp.

int StrToInt ( const moText str)

Definition at line 1210 of file moText.cpp.

long StrToLong ( const moText str)

Definition at line 1206 of file moText.cpp.