allpix::Configuration::parse_node

Node in a parse tree.

Public Attributes

Name
std::string value
std::vector< std::unique_ptr< parse_node > > children

Public Attributes Documentation

variable value

std::string value;

variable children

std::vector< std::unique_ptr< parse_node > > children;

Updated on 2024-12-13 at 08:31:36 +0000