Mode
enum Mode {
store,
load,
};
The mode in which the archive is to be created. To be specified in the constructor.Defined in: xmlarch.h
Members
store
Specifies archive is created to Save XML into a file
load
Specifies archive is created to Load XML from a file