ui-gxmlcpp
1.4.5
|
OutputBuffer holder class. More...
#include <Buffer.hpp>
Public Types | |
enum | ErrorCode |
Error codes for exceptions. | |
typedef CodeException< ErrorCode > | Exception |
Exceptions for this class. | |
Public Member Functions | |
xmlOutputBuffer * | get () const |
Get underlying pointer. | |
xmlOutputBuffer * | operator-> () const |
Smart dereferencing. | |
void | concat (std::string const &text) |
Append text. | |
const char * | getBuf () const |
Get buffer content address. | |
int | getSize () const |
Get buffer content size. | |
OutputBuffer holder class.