UTILLib 2.0
Common C++ library with utilities.
|
Go to the source code of this file.
Classes | |
class | util::xml::IXmlFile |
Interface class that defines an XML parser. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. | |
namespace | util::xml |
The xml namespace is used for XML related classes and functions. |
Functions | |
std::unique_ptr< IXmlFile > | util::xml::CreateXmlFile (const std::string &type="Expat") |
Creates an XML object that either parse or write. |
Interface class that defines a XML parser.