|
OpenWalnut 1.3.1
|
Visitor to query the m_name member of ObjectType and KeyValueType. More...
#include <WStructuredTextParser.h>
Inheritance diagram for WStructuredTextParser::NameQueryVisitor: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 ObjectType and KeyValueType.
Definition at line 566 of file WStructuredTextParser.h.
| std::string WStructuredTextParser::NameQueryVisitor::operator() | ( | const CommentType & | ) | const [inline] |
Comments have no name.
Definition at line 574 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 MemberType variant |
Definition at line 588 of file WStructuredTextParser.h.
1.7.4