preCICE v3.1.2
|
Configuration class for exports. More...
#include <ProfilingConfiguration.hpp>
Public Member Functions | |
ProfilingConfiguration (xml::XMLTag &parent) | |
~ProfilingConfiguration () override=default | |
void | xmlTagCallback (const xml::ConfigurationContext &context, xml::XMLTag &callingTag) override |
Callback at begin of XML tag. | |
void | xmlEndTagCallback (const xml::ConfigurationContext &context, xml::XMLTag &callingTag) override |
Callback at end of XML tag and at end of subtag. | |
Public Member Functions inherited from precice::xml::XMLTag::Listener | |
Listener & | operator= (Listener &&)=delete |
virtual | ~Listener () |
Private Attributes | |
logging::Logger | _log {"profiling::ProfilingConfiguration"} |
Configuration class for exports.
Definition at line 24 of file ProfilingConfiguration.hpp.
precice::profiling::ProfilingConfiguration::ProfilingConfiguration | ( | xml::XMLTag & | parent | ) |
|
overridedefault |
|
inlineoverridevirtual |
Callback at end of XML tag and at end of subtag.
At this callback, the attributes and all subtags of callingTag are parsed. This callback is first done for the listener, and then for the parent tag listener (if existing).
Implements precice::xml::XMLTag::Listener.
Definition at line 32 of file ProfilingConfiguration.hpp.
|
overridevirtual |
Callback at begin of XML tag.
At this callback, the attributes of the callingTag are already parsed and available, while the subtags are not yet parsed.
Implements precice::xml::XMLTag::Listener.
Definition at line 66 of file ProfilingConfiguration.cpp.
|
private |
Definition at line 35 of file ProfilingConfiguration.hpp.