OpenWalnut
1.3.1
|
Visitor to identify whether the given variant of type 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. | |
template<typename T > | |
bool | operator() (const T &) const |
Returns always false as it is only called for objects. |
Visitor to identify whether the given variant of type MemberType is a object or key-value pair.
Definition at line 508 of file WStructuredTextParser.h.
|
inline |
Returns always true as it is only called for key-value pairs.
Definition at line 516 of file WStructuredTextParser.h.
|
inline |
Returns always false as it is only called for objects.
T | the type. Should be ObjectType or CommentType |
Definition at line 528 of file WStructuredTextParser.h.