|
OOFEM 3.0
|
#include "xmldatareader.h"#include "error.h"#include <string>#include <filesystem>#include <fstream>#include <sstream>#include <limits>#include <cstring>#include <pugixml.hpp>#include <bits/stdc++.h>#include <string.h>Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Macros | |
| #define | _XML_DEBUG(m) |
| #define _XML_DEBUG | ( | m | ) |
Definition at line 55 of file xmldatareader.C.
Referenced by oofem::XMLDataReader::enterGroup(), oofem::XMLDataReader::enterRecord(), oofem::XMLInputRecord::finish(), oofem::XMLDataReader::giveCurrentGroupCount(), oofem::XMLInputRecord::giveField(), oofem::XMLInputRecord::giveField(), oofem::XMLInputRecord::giveField(), oofem::XMLDataReader::giveGroupCount(), oofem::XMLInputRecord::giveGroupCount(), oofem::XMLDataReader::giveInputRecord(), oofem::XMLDataReader::giveNamedChild(), oofem::XMLInputRecord::giveRecordKeywordField(), oofem::XMLDataReader::leaveGroup(), oofem::XMLDataReader::leaveRecord(), oofem::XMLDataReader::loadXml(), oofem::XMLDataReader::resolveXiInclude(), and oofem::XMLInputRecord::XMLInputRecord().