OGS
XMLInterface.h
Go to the documentation of this file.
1
14
15
#pragma once
16
17
#include <string>
18
19
#include "
BaseLib/IO/Writer.h
"
20
21
namespace
BaseLib
22
{
23
namespace
IO
24
{
28
struct
XMLInterface
:
public
BaseLib::IO::Writer
29
{
30
virtual
bool
readFile
(std::string
const
& fname) = 0;
31
32
std::string
export_name
= {};
33
};
34
35
}
// namespace IO
36
}
// namespace BaseLib
Writer.h
Definition of the Writer class.
BaseLib::IO::Writer
Base class which enables writing an object to string, stringstream or file.
Definition
Writer.h:32
BaseLib::IO
Definition
readStringListFromFile.cpp:20
BaseLib
Definition
TestDefinition.h:21
BaseLib::IO::XMLInterface
Base class for writing any information to and from XML files.
Definition
XMLInterface.h:29
BaseLib::IO::XMLInterface::readFile
virtual bool readFile(std::string const &fname)=0
BaseLib::IO::XMLInterface::export_name
std::string export_name
Definition
XMLInterface.h:32
BaseLib
IO
XmlIO
XMLInterface.h
Generated by
1.14.0