|
AndroMeta
2.0.0
|
Extends the standard string type, adding some useful convenience methods. More...
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) |
Extends the standard string type, adding some useful convenience methods.
1.7.6.1