#include "XMLMetadataWriter.h"
#include "XMLStrings.h"
#include "XMLMetadataHelpers.h"
#include <unistd.h>
#include <sys/types.h>
#include <dirent.h>
#include "DatabaseSqlStatements.h"
Include dependency graph for XMLMetadataWriter.cpp:
Functions | |
bool | operator== (const FullClassInfo &first, const FullClassInfo &second) |
bool | operator!= (const FullClassInfo &first, const FullClassInfo &second) |
Variables | |
XMLMetadataWriter | xmlMetadataWriter |
MetadataWriter * | metadataWriter = &xmlMetadataWriter |
|
Operator used to compare FullClassInfo-s. Used by XMLMetadataWriter::loadTmpFile() to recognize two different descriptions of the same class.
|
|
Operator used to compare FullClassInfo-s.
|
|
The one and (in typical case) the only instance of XMLMetadataWriter.
|
|
Declaration of a pointer to a object that implements interface MetadataWriter. The pointer is defined in the library, that contain's object implementation (currently library XMLMetadataWriter). IOPC SP saves metadata using this object. |