OpenWalnut
1.4.0
|
Visitor to identify whether the given variant of type WStructuredTextParser::MemberType is a object or key-value pair. More...
#include <WStructuredTextParser.h>
Public Member Functions | |
bool | operator() (const KeyValueType &) const |
Returns always true as it is only called for key-value pairs. More... | |
template<typename T > | |
bool | operator() (const T &) const |
Returns always false as it is only called for objects. More... | |
Visitor to identify whether the given variant of type WStructuredTextParser::MemberType is a object or key-value pair.
Definition at line 531 of file WStructuredTextParser.h.
|
inline |
Returns always true as it is only called for key-value pairs.
Definition at line 539 of file WStructuredTextParser.h.
|
inline |
Returns always false as it is only called for objects.
T | the type. Should be WStructuredTextParser::ObjectType or WStructuredTextParser::CommentType |
Definition at line 551 of file WStructuredTextParser.h.