XMLLoadSave::AutoInit Class Reference#include <XMLLoadSave.h>
List of all members.
Detailed Description
allows automatic (de)initialization of libxml when the first or last XMLLoadSave class is created or destroyed
Definition at line 121 of file XMLLoadSave.h.
|
Public Member Functions |
| AutoInit () |
| if libxmlrefc is 0, calls libxml2 initialization and configuration functions
|
| ~AutoInit () |
| if libxmlrefc is 1, calls libxml2 destruction functions
|
Static Protected Attributes |
static unsigned int | libxmlrefc = 0 |
| current number of XMLLoadSave subclass instances
|
Constructor & Destructor Documentation
XMLLoadSave::AutoInit::AutoInit |
( |
|
) |
|
|
XMLLoadSave::AutoInit::~AutoInit |
( |
|
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following files:
|