Added method appendFormatted()

This commit is contained in:
Benoît Blanchon
2014-06-25 13:50:28 +02:00
parent dd6fd6f198
commit 45dfdbd5e4
3 changed files with 17 additions and 7 deletions

View File

@ -17,8 +17,9 @@ public:
{
}
void append(const char* format, ...);
void append(const char* s);
void appendEscaped(const char* s);
void appendFormatted(const char* format, ...);
private:
char* buffer;