|
WSF
|
#include <MacroEnabled.hpp>

Public Member Functions | |
| bool | HasMacros () const noexcept |
| void | AddMacro (const Macro &aMacro) |
| void | AddMacros (const std::vector< Macro > &aMacros) |
| const Macro * | GetMacro (const std::string &aKey) const noexcept |
| const std::vector< Macro > | GetMacros () const noexcept |
Classes that use this can potentially contain macro definitions that need written out. Macro definitions cannot be duplicates.
| void usmtf::MacroEnabled::AddMacro | ( | const Macro & | aMacro | ) |
References usmtf::Macro::GetKey().
| void usmtf::MacroEnabled::AddMacros | ( | const std::vector< Macro > & | aMacros | ) |
|
noexcept |
|
noexcept |
Referenced by usmtf::ExportAto().
|
noexcept |