Planeshift
psStringArray Class Reference

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). More...
 

Detailed Description

A slightly improved version of csStringArray, sporting the handy FormatPush method.

Definition at line 33 of file stringarray.h.

Member Function Documentation

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.


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