mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
Added all required functionalities, time for cleaning
All actions to be added
This commit is contained in:
@ -73,6 +73,7 @@ XmlReader::XmlReader(const string &fileName)
|
||||
void XmlReader::push(const string &s)
|
||||
{
|
||||
node_ = node_.child(s.c_str());
|
||||
// add error check
|
||||
}
|
||||
|
||||
void XmlReader::pop(void)
|
||||
|
@ -120,6 +120,7 @@ namespace Grid
|
||||
std::string buf;
|
||||
|
||||
readDefault(s, buf);
|
||||
std::cout << s << " " << buf << std::endl;
|
||||
fromString(output, buf);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user