|
VICI
0.11.815
Visual Chart Interpreter
|
An abstract class defining a buffer object. More...
#include <vici/xml.h>
Public Member Functions | |
| virtual | ~XmlBuffer () |
| Ensure derived classes have a destructor. | |
| virtual char * | addr ()=0 |
| Get the address of the data. | |
| virtual int | len ()=0 |
| Get the length of the data. | |
| virtual void | addr (char *)=0 |
| Set the address of the data. | |
| virtual void | len (int)=0 |
| Set the length of the data. | |
An abstract class defining a buffer object.
The XmlBuffer objects hold a complete XML file which can be packed or unpacked by the Xml objects.
1.8.5