Planeshift
|
A slightly improved version of csStringArray, sporting the handy FormatPush method. More...
#include <stringarray.h>
Public Member Functions | |
size_t | FormatPush (char const *fmt,...) |
Push a printf-style string onto the list (makes copy of string after formatting). |
A slightly improved version of csStringArray, sporting the handy FormatPush method.
Definition at line 33 of file stringarray.h.
size_t psStringArray::FormatPush | ( | char const * | fmt, |
... | |||
) | [inline] |
Push a printf-style string onto the list (makes copy of string after formatting).
Definition at line 40 of file stringarray.h.