AndroMeta  2.0.0
Classes | Typedefs | Functions
AndroMeta/include/AndroMeta/MStr.h File Reference

Extends the standard string type, adding some useful convenience methods. More...

#include <string>
#include <sstream>
#include <AndroMeta/MVector.h>

Go to the source code of this file.

Classes

class  Meta::MStr
 Extends the standard string type, adding some useful convenience methods. More...

Typedefs

typedef MStr Meta::mstr

Functions

std::ostream & Meta::operator<< (std::ostream &ostr, const MStr &v)
std::istream & Meta::operator>> (std::istream &istr, MStr &str)
MStr & Meta::operator<< (MStr &str, char c)
MStr Meta::operator+ (const char *s, const MStr &str)
MStr & Meta::operator<< (MStr &str, const MVar &v)
MStr Meta::operator<< (const MStr &str, const MVar &v)

Detailed Description

Extends the standard string type, adding some useful convenience methods.