43 #define snprintf _snprintf
54 #define MO_TXT_COMPLETE 65534
55 #define MO_TXT_NOT_FOUND 65534
128 virtual operator char*()
const {
return text; }
130 std::wstring wc( 1024, L
'#' );
131 mbstowcs( &wc[0], text, 1024 );
132 return (
wchar_t*)wc.c_str();
152 unsigned short* Short();
156 moTextArray Explode(
char* separator )
const;
157 int Find(
const moText0& target );
158 void ReplaceChar(
const char* target,
const char* replacement );
159 void Replace(
const moText0& target,
const moText0& replacement );
287 typedef std::string
moText;
317 if ( n>=1 && (n-1-count)>=0 ) {array[n-1-count] = p_text;}
321 const moText& Get(
int x )
const;
324 void Set(
int p_position ,
const moText& p_text );
bool operator<=(const moMatrix3 &rkM) const
LIBMOLDEO_API long HexToLong(const moText &hex)
bool operator>(const moMatrix3 &rkM) const
LIBMOLDEO_API float StrToFloat(const moText &hex)
LIBMOLDEO_API long StrToLong(const moText &hex)
LIBMOLDEO_API moText FloatToStr(double a)
clase de para manejar textos
LIBMOLDEO_API double StrToDouble(const moText &hex)
bool operator==(const moMatrix3 &rkM) const
bool operator<(const moMatrix3 &rkM) const
LIBMOLDEO_API int HexToInt(const moText &hex)
void Push(const moText &p_text)
bool operator!=(const moMatrix3 &rkM) const
bool operator>=(const moMatrix3 &rkM) const
moMatrix3 & operator=(const moMatrix3 &rkM)
wchar_t * Unicode() const
LIBMOLDEO_API moText IntToStr(int a)
moMatrix3 operator+(const moMatrix3 &rkM) const
moMatrix3 & operator+=(const moMatrix3 &rkM)
moDeclareExportedDynamicArray(moText, moTextArray)
LIBMOLDEO_API int StrToInt(const moText &hex)