#include <StringBuffer.h>
Basically this is just syntactic sugar for passing the correct type of expandable buffer to the StringBuffer class.
Definition at line 215 of file StringBuffer.h.
Public Member Functions | |
StaticStringBuffer () | |
Default constructor. | |
StaticStringBuffer (const char *fmt,...) | |
Constructor with an initial format string. |
oasys::StaticStringBuffer< _sz >::StaticStringBuffer | ( | ) | [inline] |
oasys::StaticStringBuffer< _sz >::StaticStringBuffer | ( | const char * | fmt, | |
... | ||||
) | [inline] |
Constructor with an initial format string.
fmt | Initial string value |
Definition at line 232 of file StringBuffer.h.
References STRINGBUFFER_VAPPENDF.