#include <ParameterDescriptionNode.h>
Definition at line 152 of file ParameterDescriptionNode.h.
◆ NodeGuard() [1/4]
edm::cfi::NodeGuard::NodeGuard |
( |
CfiOptions & |
iOp | ) |
|
|
inline |
◆ NodeGuard() [2/4]
edm::cfi::NodeGuard::NodeGuard |
( |
| ) |
|
|
delete |
◆ NodeGuard() [3/4]
edm::cfi::NodeGuard::NodeGuard |
( |
NodeGuard const & |
| ) |
|
|
delete |
◆ NodeGuard() [4/4]
edm::cfi::NodeGuard::NodeGuard |
( |
NodeGuard && |
iOther | ) |
|
|
inline |
◆ ~NodeGuard()
edm::cfi::NodeGuard::~NodeGuard |
( |
| ) |
|
|
inline |
Definition at line 164 of file ParameterDescriptionNode.h.
References options_.
168 if (std::holds_alternative<ClassFile>(*
options_)) {
169 std::get<ClassFile>(*options_).popNode();
170 }
else if (std::holds_alternative<Untyped>(*
options_)) {
171 std::get<Untyped>(*options_).popNode();
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ options_