![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
|
#include <tinystr.h>


Métodos públicos | |
| TiXmlOutStream & | operator<< (const TiXmlString &in) |
| TiXmlOutStream & | operator<< (const char *in) |
Métodos públicos heredados desde TiXmlString | |
| TiXmlString () | |
| TiXmlString (const TiXmlString ©) | |
| TIXML_EXPLICIT | TiXmlString (const char *copy) |
| TIXML_EXPLICIT | TiXmlString (const char *str, size_type len) |
| ~TiXmlString () | |
| TiXmlString & | operator= (const char *copy) |
| TiXmlString & | operator= (const TiXmlString ©) |
| TiXmlString & | operator+= (const char *suffix) |
| TiXmlString & | operator+= (char single) |
| TiXmlString & | operator+= (const TiXmlString &suffix) |
| const char * | c_str () const |
| const char * | data () const |
| size_type | length () const |
| size_type | size () const |
| bool | empty () const |
| size_type | capacity () const |
| const char & | at (size_type index) const |
| char & | operator[] (size_type index) const |
| size_type | find (char lookup) const |
| size_type | find (char tofind, size_type offset) const |
| void | clear () |
| void | reserve (size_type cap) |
| TiXmlString & | assign (const char *str, size_type len) |
| TiXmlString & | append (const char *str, size_type len) |
| void | swap (TiXmlString &other) |
Otros miembros heredados | |
Tipos públicos heredados desde TiXmlString | |
| typedef size_t | size_type |
Atributos públicos estáticos heredados desde TiXmlString | |
| static const size_type | npos |
|
inline |
|
inline |