#include "strings.h"Go to the source code of this file.
Data Structures | |
| class | zmm::StringBuffer |
Namespaces | |
| namespace | zmm |
Defines | |
| #define | DEFAULT_STRINGBUFFER_CAPACITY 16 |
| #define | STRINGBUFFER_CAPACITY_INCREMENT (1.25) |
Definition in file stringbuffer.h.
| #define DEFAULT_STRINGBUFFER_CAPACITY 16 |
Definition at line 37 of file stringbuffer.h.
Referenced by zmm::StringBuffer::StringBuffer().
| #define STRINGBUFFER_CAPACITY_INCREMENT (1.25) |
Definition at line 38 of file stringbuffer.h.
Referenced by zmm::StringBuffer::ensureCapacity().
1.6.1