KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
KarmaGuiTextBuffer Struct Reference

Public Member Functions

char operator[] (int i) const
const char * begin () const
const char * end () const
int size () const
bool empty () const
void clear ()
void reserve (int capacity)
const char * c_str () const
void append (const char *str, const char *str_end=NULL)
void appendf (const char *fmt,...) KG_FMTARGS(2)
void appendfv (const char *fmt, va_list args) KG_FMTLIST(2)

Public Attributes

KGVector< char > Buf

Static Public Attributes

static char EmptyString [1] = { 0 }

The documentation for this struct was generated from the following files: