The RawStringNode class represents a JMESPath raw string literal.
More...
#include <rawstringnode.h>
The RawStringNode class represents a JMESPath raw string literal.
jmespath::ast::RawStringNode::RawStringNode |
( |
| ) |
|
jmespath::ast::RawStringNode::RawStringNode |
( |
const String & |
string | ) |
|
Constructs a RawStringNode object with its value initialized to string.
- Parameters
-
[in] | string | The raw string value. |
Calls the visit method of the given visitor with the dynamic type of the node.
- Parameters
-
[in] | visitor | A visitor implementation |
Implements jmespath::ast::AbstractNode.
bool jmespath::ast::RawStringNode::operator== |
( |
const RawStringNode & |
other | ) |
const |
Equality compares this node to the other.
- Parameters
-
[in] | other | The node that should be compared. |
- Returns
- Returns true if this object is equal to the other, otherwise false
String jmespath::ast::RawStringNode::rawString |
The documentation for this class was generated from the following files: