Placeholder items.
More...
#include <subplaceholder.hpp>
|
| std::string | res |
| std::string | arg |
| std::optional< std::string > | val = std::optional<std::string>() |
Placeholder items.
Placeholder items contain the resolver (empty when default value) and argument
- Since
- 0.1
- Author
- Vincent Lachenal
◆ SubPlaceholder()
| anch::conf::SubPlaceholder::SubPlaceholder |
( |
| ) |
|
|
noexcept |
◆ ~SubPlaceholder()
| virtual anch::conf::SubPlaceholder::~SubPlaceholder |
( |
| ) |
|
|
virtualnoexcept |
◆ handle()
| virtual void anch::conf::SubPlaceholder::handle |
( |
const anch::events::Event< anch::conf::ResConfEvt > & | event | ) |
|
|
virtualnoexcept |
◆ resvoled()
| bool anch::conf::SubPlaceholder::resvoled |
( |
| ) |
|
|
noexcept |
Placeholder item has been resolved
- Returns
true
◆ arg
| std::string anch::conf::SubPlaceholder::arg |
◆ res
| std::string anch::conf::SubPlaceholder::res |
Resolver (empty when default value)
◆ val
| std::optional<std::string> anch::conf::SubPlaceholder::val = std::optional<std::string>() |
The found value (default to empty => not found)
The documentation for this struct was generated from the following file: