| Doxygen
    | 
#include <utility>#include <stdlib.h>#include <string.h>#include <string>Go to the source code of this file.
| Classes | |
| class | GrowBuf | 
| Class representing a string buffer optimized for growing.  More... | |
| Macros | |
| #define | GROW_AMOUNT 1024*4 | 
| #define GROW_AMOUNT 1024*4 | 
Definition at line 24 of file growbuf.h.
Referenced by GrowBuf::addChar(), GrowBuf::addStr(), GrowBuf::addStr(), GrowBuf::addStr(), and GrowBuf::addStr().