OpenWalnut
1.4.0
|
Visitor to query the m_name member of WStructuredTextParser::ObjectType and WStructuredTextParser::KeyValueType. More...
#include <WStructuredTextParser.h>
Public Member Functions | |
std::string | operator() (const CommentType &) const |
Comments have no name. | |
template<typename T > | |
std::string | operator() (const T &element) const |
Returns the m_name member of the specified object or key-valuev pair. |
Visitor to query the m_name member of WStructuredTextParser::ObjectType and WStructuredTextParser::KeyValueType.
Definition at line 567 of file WStructuredTextParser.h.
std::string WStructuredTextParser::NameQueryVisitor::operator() | ( | const CommentType & | ) | const [inline] |
Comments have no name.
Definition at line 575 of file WStructuredTextParser.h.
std::string WStructuredTextParser::NameQueryVisitor::operator() | ( | const T & | element | ) | const [inline] |
Returns the m_name member of the specified object or key-valuev pair.
element | Specified object. |
T | one of the types of the WStructuredTextParser::MemberType variant |
Definition at line 589 of file WStructuredTextParser.h.