Hermes
Loading...
Searching...
No Matches
hermes::ParseTree::Node Struct Reference

A node represents a element in the parsed string. More...

#include <parsers.h>

Public Attributes

std::string name
 
std::string value
 
size_t start {}
 
size_t size {}
 
int block_id {}
 block id of the parser's block list (root is -1)
 
std::vector< Nodechildren
 
NodeType type {NodeType::INPUT}
 

Detailed Description

A node represents a element in the parsed string.

Note
The node can also contain sub-nodes

The documentation for this struct was generated from the following file: