#include <AppUtil.h>
Public Member Functions | |
| Text () | |
| Text (const string &native, const string &text) | |
| void | clear () |
| const Text & | operator+= (const Text &a) |
Public Attributes | |
| string | native |
| string | text |
| storage::Text::Text | ( | ) | [inline] |
Referenced by storage::_().
| storage::Text::Text | ( | const string & | native, | |
| const string & | text | |||
| ) | [inline] |
| string storage::Text::native |
| string storage::Text::text |
1.5.6