25#include "events/observer.hpp"
50 std::optional<std::string>
val = std::optional<std::string>();
An observer interface of the observers/observable design pattern.
Definition observer.hpp:39
Events management namespace.
Definition event.hpp:25
AnCH framework base namespace.
Definition app.hpp:28
virtual void handle(const anch::events::Event< anch::conf::ResConfEvt > &event) noexcept
std::string res
Definition subplaceholder.hpp:44
SubPlaceholder() noexcept
std::optional< std::string > val
Definition subplaceholder.hpp:50
std::string arg
Definition subplaceholder.hpp:47