VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cfi::XmlBuffer Class Referenceabstract

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: