|
ui-gxmlcpp
1.4.4
|
Abstraction for libxml2's xmlBuffer. More...
#include <Buffer.hpp>


Public Types | |
| enum | ErrorCode { Mem_ } |
| Error codes for exceptions. | |
| typedef CodeException< ErrorCode > | Exception |
| Exceptions for this class. | |
Public Member Functions | |
| void | concat (std::string const &text) |
| Append text. | |
| char const * | getBuf () const |
| Get buffer content address. | |
| int | getSize () const |
| Get buffer content size. | |
Abstraction for libxml2's xmlBuffer.
1.8.13