|
Panini 1.4.0
Header-only library for generating C++, written in C++17
|
This is the complete list of members for panini::Scope, including all inherited members.
| Scope(std::string &&name, TCallback &&callback, BraceBreakingStyle breakingStyle=BraceBreakingStyle::Inherit) noexcept | panini::Scope | inlineexplicit |
| Scope(const std::string &name, TCallback &&callback, BraceBreakingStyle breakingStyle=BraceBreakingStyle::Inherit) noexcept | panini::Scope | inlineexplicit |
| Scope(std::string &&name, TCallback &&callback, const ScopeOptions &options) noexcept | panini::Scope | inlineexplicit |
| Scope(const std::string &name, TCallback &&callback, const ScopeOptions &options) noexcept | panini::Scope | inlineexplicit |
| TCallback typedef | panini::Scope | |
| Visit(Writer &writer) override | panini::Scope | inlinevirtual |
| ~Command()=default | panini::Command | virtual |