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