|
|
| config_node_comment (shared_token comment) |
| |
|
std::string | comment_text () const |
| |
| token_list | get_tokens () const override |
| |
|
shared_token | get_token () const |
| |
| std::string | render () const |
| | The original text of the input which was used to form this particular node.
|
| |
|
bool | operator== (const abstract_config_node &other) const |
| |
Definition at line 7 of file config_node_comment.hpp.
◆ get_tokens()
| token_list hocon::config_node_single_token::get_tokens |
( |
| ) |
const |
|
overridevirtualinherited |
◆ render()
| std::string hocon::abstract_config_node::render |
( |
| ) |
const |
|
virtualinherited |
The original text of the input which was used to form this particular node.
- Returns
- the original text used to form this node as a String
Implements hocon::config_node.
The documentation for this class was generated from the following file: