preCICE v3.1.2
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
precice::xml::ConfigParser::CTag Struct Reference

Struct holding the read tag from xml file. More...

#include <ConfigParser.hpp>

Collaboration diagram for precice::xml::ConfigParser::CTag:
[legend]

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
 

Detailed Description

Struct holding the read tag from xml file.

Definition at line 25 of file ConfigParser.hpp.

Member Typedef Documentation

◆ AttributePair

Definition at line 30 of file ConfigParser.hpp.

Member Data Documentation

◆ m_aAttributes

AttributePair precice::xml::ConfigParser::CTag::m_aAttributes

Definition at line 31 of file ConfigParser.hpp.

◆ m_aSubTags

std::vector<std::shared_ptr<CTag> > precice::xml::ConfigParser::CTag::m_aSubTags

Definition at line 32 of file ConfigParser.hpp.

◆ m_Name

std::string precice::xml::ConfigParser::CTag::m_Name

Definition at line 26 of file ConfigParser.hpp.

◆ m_Prefix

std::string precice::xml::ConfigParser::CTag::m_Prefix

Definition at line 27 of file ConfigParser.hpp.

◆ m_Used

bool precice::xml::ConfigParser::CTag::m_Used = false

Definition at line 28 of file ConfigParser.hpp.


The documentation for this struct was generated from the following file: