#include <xmlparser.h>
Public Member Functions | |
Formatted (const char *format,...) | |
~Formatted () | |
Data Fields | |
const char * | m_format |
va_list | m_arguments |
Definition at line 74 of file xmlparser.h.
Formatted::Formatted | ( | const char * | format, | |
... | ||||
) | [inline] |
Definition at line 78 of file xmlparser.h.
References m_arguments.
Formatted::~Formatted | ( | ) | [inline] |
Definition at line 82 of file xmlparser.h.
References m_arguments.
va_list Formatted::m_arguments |
Definition at line 77 of file xmlparser.h.
Referenced by Formatted(), ostream_write(), and ~Formatted().
const char* Formatted::m_format |
Definition at line 76 of file xmlparser.h.
Referenced by ostream_write().