#include <vm.h>
Public Member Functions | |
| MAXON_IMPLICIT | LocalStringStorage (const String &str) |
| LocalStringStorage () | |
| LocalStringStorage (LocalStringStorage &&o) | |
| operator const Char * () const | |
| Int | GetLength () const |
Private Attributes | |
| BaseArray< Char > | _arr |
| MAXON_IMPLICIT LocalStringStorage | ( | const String & | str | ) |
| LocalStringStorage | ( | LocalStringStorage && | o | ) |
| operator const Char * | ( | ) | const |
| Int GetLength | ( | ) | const |