|
void | walk (const std::string &, const std::string &, hit::Node *n) override |
|
const std::optional< std::string > & | getApp () |
|
Definition at line 275 of file Parser.C.
◆ getApp()
const std::optional<std::string>& FindAppWalker::getApp |
( |
| ) |
|
|
inline |
◆ walk()
void FindAppWalker::walk |
( |
const std::string & |
, |
|
|
const std::string & |
, |
|
|
hit::Node * |
n |
|
) |
| |
|
inlineoverride |
Definition at line 279 of file Parser.C.
281 if (n && n->type() == hit::NodeType::Field && n->fullpath() ==
"Application/type")
std::optional< std::string > _app_type
◆ _app_type
std::optional<std::string> FindAppWalker::_app_type |
|
private |
The documentation for this class was generated from the following file: