Visitor to query the m_name member of WStructuredTextParser::ObjectType and WStructuredTextParser::KeyValueType.
More...
#include <WStructuredTextParser.h>
|
| std::string | operator() (const CommentType &) const |
| | Comments have no name. More...
|
| |
| template<typename T > |
| std::string | operator() (const T &element) const |
| | Returns the m_name member of the specified object or key-valuev pair. More...
|
| |
| std::string NameQueryVisitor::operator() |
( |
const CommentType & |
| ) |
const |
|
inline |
template<typename T >
| std::string NameQueryVisitor::operator() |
( |
const T & |
element | ) |
const |
|
inline |
Returns the m_name member of the specified object or key-valuev pair.
- Parameters
-
- Template Parameters
-
- Returns
- always true since it identified an key-value pair
Definition at line 589 of file WStructuredTextParser.h.
The documentation for this class was generated from the following file: