Skip to content

ParsedCCFGroup

#include <ScramNodeModel.h>

Public Attributes

Name
std::stringname
std::stringdescription
std::stringmodel_type
std::vector< std::string >member_refs
std::optional< double >distribution
std::vector< std::pair< int, double > >factors
std::stringbase_path

Public Attributes Documentation

variable name

cpp
std::string name;

variable description

cpp
std::string description;

variable model_type

cpp
std::string model_type;

variable member_refs

cpp
std::vector< std::string > member_refs;

variable distribution

cpp
std::optional< double > distribution;

variable factors

cpp
std::vector< std::pair< int, double > > factors;

variable base_path

cpp
std::string base_path;

Updated on 2026-01-09 at 21:59:12 +0000