MercuryString.h File Reference

Go to the source code of this file.

Classes

class  MString
 Very fast String class. More...

Defines

#define PRINTF(a, b)

Functions

bool operator< (const MString &lhs, const MString &rhs)
bool operator> (const MString &lhs, const MString &rhs)
bool operator== (const MString &lhs, const char *rhs)
bool operator!= (const MString &lhs, const char *rhs)
MString operator+ (const char lhs, const MString &rhs)
MString operator+ (const char *lhs, const MString &rhs)
MString ssprintf (const char *fmt,...) PRINTF(1


Define Documentation

#define PRINTF ( a,
 ) 

Definition at line 100 of file MercuryString.h.


Function Documentation

bool operator!= ( const MString lhs,
const char *  rhs 
) [inline]

Definition at line 92 of file MercuryString.h.

MString operator+ ( const char *  lhs,
const MString rhs 
)

Definition at line 374 of file MercuryString.cpp.

MString operator+ ( const char  lhs,
const MString rhs 
)

Definition at line 379 of file MercuryString.cpp.

bool operator< ( const MString lhs,
const MString rhs 
)

Definition at line 363 of file MercuryString.cpp.

bool operator== ( const MString lhs,
const char *  rhs 
) [inline]

Definition at line 91 of file MercuryString.h.

bool operator> ( const MString lhs,
const MString rhs 
)

Definition at line 368 of file MercuryString.cpp.

MString ssprintf ( const char *  fmt,
  ... 
)


Hosted by SourceForge.net Logo