Skip to content

ParsedGate

#include <ScramNodeModel.h>

Public Attributes

Name
std::stringname
std::stringdescription
std::stringtype
std::vector< std::string >gate_refs
std::vector< std::string >event_refs
std::optional< int >min_number
std::optional< int >max_number
std::stringbase_path

Public Attributes Documentation

variable name

cpp
std::string name;

variable description

cpp
std::string description;

variable type

cpp
std::string type;

variable gate_refs

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

variable event_refs

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

variable min_number

cpp
std::optional< int > min_number;

variable max_number

cpp
std::optional< int > max_number;

variable base_path

cpp
std::string base_path;

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