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.h File Reference
#include "moTypes.h"
#include "moArray.h"
#include <stdio.h>
#include <string.h>
#include <sstream>

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

Macro Definition Documentation

#define MO_TXT_COMPLETE   65534

Definition at line 54 of file moText.h.

#define MO_TXT_NOT_FOUND   65534

Definition at line 55 of file moText.h.

Typedef Documentation

typedef char* CHARP

Definition at line 60 of file moText.h.

typedef int MOINT

Definition at line 61 of file moText.h.

typedef moText0 moText

Definition at line 291 of file moText.h.

typedef unsigned int MOUINT

Definition at line 62 of file moText.h.

Enumeration Type Documentation

enum txtcval
Enumerator
MO_TXT_LESSER 
MO_TXT_EQUAL 
MO_TXT_GREATER 
MO_TXT_LESSER 
MO_TXT_EQUAL 
MO_TXT_GREATER 

Definition at line 57 of file moText.h.

enum txtpert
Enumerator
MO_TXT_BELONG 
MO_TXT_NOT_BELONG 
MO_TXT_BELONG 
MO_TXT_NOT_BELONG 

Definition at line 58 of file moText.h.

Function Documentation

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 int HexToInt ( const moText hex)

Definition at line 1182 of file moText.cpp.

LIBMOLDEO_API long HexToLong ( const moText hex)

Definition at line 1190 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   
)
LIBMOLDEO_API double StrToDouble ( const moText hex)

Definition at line 1198 of file moText.cpp.

LIBMOLDEO_API float StrToFloat ( const moText hex)

Definition at line 1202 of file moText.cpp.

LIBMOLDEO_API int StrToInt ( const moText hex)

Definition at line 1210 of file moText.cpp.

LIBMOLDEO_API long StrToLong ( const moText hex)

Definition at line 1206 of file moText.cpp.