Skip to content

scram::mef::Context

The context for test-event expressions.

#include <test_event.h>

Public Attributes

Name
std::stringinitiating_event <br>The name of the initiating event.
std::unordered_map< std::string, std::string >functional_events <br>The functional event names and states.

Public Attributes Documentation

variable initiating_event

cpp
std::string initiating_event;

The name of the initiating event.

variable functional_events

cpp
std::unordered_map< std::string, std::string > functional_events;

The functional event names and states.


Updated on 2025-11-11 at 16:51:08 +0000