The KeywordSubstitution
Struct Reference
Declaration
struct KeywordSubstitution { ... }
Included Headers
#include <src/util.h>
Public Member Typedefs Index
using | GetValue = std::function< QCString()> |
using | GetValueWithParam = std::function< QCString(const QCString &)> |
Public Member Attributes Index
const char * | keyword |
std::variant< GetValue, GetValueWithParam > | getValueVariant |
Definition at line 240 of file util.h.
Public Member Typedefs
GetValue
|
GetValueWithParam
|
Definition at line 244 of file util.h.
244 using GetValueWithParam = std::function<QCString(const QCString &)>;
Public Member Attributes
getValueVariant
|
Definition at line 245 of file util.h.
245 std::variant<GetValue,GetValueWithParam> getValueVariant;
keyword
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.