Compounds | |
| class | StringInner |
Functions | |
| int | used (StringInner *x) |
| StringInner* | allocate (int size = 16) |
| void | deallocate (StringInner *t) |
| simple_stack<String>* | split (const char *x,char separator) |
| Split a string into a stack of elements, separated by a separator. More... | |
Variables | |
| const char | text_size |
| const int | pre_alloc_entries |
| const int | quantum_size |
| const int | quantum_shift |
| const int | max_size_to_keep |
| StringInner* | pre_alloced [pre_alloc_entries] |
| const String | emptyString |
[static]
[static]
Split a string into a stack of elements, separated by a separator.
[static]
[static]
[static]
[static]
[static]
[static]
written by Dimitri van Heesch, © 1997-1999