55 explicit FileReader(
const std::string& filepath);
78 void init(
const std::string& filepath);
93 std::string _filepath;
void slurp()
Read the given file in one pass.
Definition: filereader.cpp:81
Definition: abstractiter.h:32
libgexf::GEXF getGEXFCopy()
Get a duplicated instance of the internal GEXF data.
Definition: filereader.cpp:59
Read a GEXF file.
Definition: filereader.h:41
GEXF class, just a container.
Definition: gexf.h:53
void init(const std::string &filepath)
Initialize the file reader.
Definition: filereader.cpp:65
Parser Interface.
Definition: abstractparser.h:40