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 2025-04-30 at 14:49:40 +0000