Skip to content

scram::core::Literal

Event or its complement that may appear in products.

#include <fault_tree_analysis.h>

Public Attributes

Name
boolcomplement <br>Indication of a complement event.
const mef::BasicEvent &event <br>The event in the product.

Public Attributes Documentation

variable complement

cpp
bool complement;

Indication of a complement event.

variable event

cpp
const mef::BasicEvent & event;

The event in the product.


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