|
WSF
|
#include <Macro.hpp>


Public Member Functions | |
| Macro (const std::string &aKey, const std::string &aInputScaffold) noexcept | |
| InputBlock | GetInputBlock () const override |
| const std::string & | GetKey () const noexcept |
| const std::string | GetPlaceholder () const noexcept |
| Public Member Functions inherited from usmtf::Exportable | |
| virtual | ~Exportable ()=default |
A Macro is just a collection of data that is intended to be filled in by the user.
|
explicitnoexcept |
|
overridevirtual |
Implements usmtf::Exportable.
References usmtf::InputBlock::AddProperty().
|
noexcept |
used for indexing into collection of these to avoid duplicates. It doesnt make sense to have two macros with the same name in a single export.
Referenced by usmtf::MacroEnabled::AddMacro().
|
noexcept |