ISLEman
Public Member Functions | List of all members
GrowBuf Class Reference

Class representing a string buffer optimised for growing. More...

#include <growbuf.h>

Public Member Functions

void clear ()
 
void addChar (char c)
 
void addStr (const char *s)
 
void addStr (const char *s, int n)
 
const char * get ()
 
int getPos () const
 
char at (int i) const
 

Detailed Description

Class representing a string buffer optimised for growing.


The documentation for this class was generated from the following file: