#include "XMLMetadataLoader.h"
#include "XMLStrings.h"
#include "XMLSupport.h"
#include "XMLMetadataHelpers.h"
#include "iopcDefines.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fstream>
Include dependency graph for XMLMetadataLoader.cpp:
Variables | |
XMLMetadataLoader | xmlMetadataLoader |
MetadataLoader * | metadataLoader = &xmlMetadataLoader |
|
The one and (typically) the only instance of XMLMetadataLoader.
|
|
Pointer to instance of some MetadataLoader's ancestor. Implementator of the ancestor is responsible for defining the variable and filling it with valid address. |