preCICE v3.1.2
|
Struct holding the read tag from xml file. More...
#include <ConfigParser.hpp>
Public Types | |
using | AttributePair = std::map<std::string, std::string> |
Public Attributes | |
std::string | m_Name |
std::string | m_Prefix |
bool | m_Used = false |
AttributePair | m_aAttributes |
std::vector< std::shared_ptr< CTag > > | m_aSubTags |
Struct holding the read tag from xml file.
Definition at line 25 of file ConfigParser.hpp.
Definition at line 30 of file ConfigParser.hpp.
AttributePair precice::xml::ConfigParser::CTag::m_aAttributes |
Definition at line 31 of file ConfigParser.hpp.
std::vector<std::shared_ptr<CTag> > precice::xml::ConfigParser::CTag::m_aSubTags |
Definition at line 32 of file ConfigParser.hpp.
std::string precice::xml::ConfigParser::CTag::m_Name |
Definition at line 26 of file ConfigParser.hpp.
std::string precice::xml::ConfigParser::CTag::m_Prefix |
Definition at line 27 of file ConfigParser.hpp.
Definition at line 28 of file ConfigParser.hpp.