Panini 1.4.0
Header-only library for generating C++, written in C++17
panini::Scope Member List

This is the complete list of members for panini::Scope, including all inherited members.

Scope(std::string &&name, TCallback &&callback, BraceBreakingStyle breakingStyle=BraceBreakingStyle::Inherit) noexceptpanini::Scopeinlineexplicit
Scope(const std::string &name, TCallback &&callback, BraceBreakingStyle breakingStyle=BraceBreakingStyle::Inherit) noexceptpanini::Scopeinlineexplicit
Scope(std::string &&name, TCallback &&callback, const ScopeOptions &options) noexceptpanini::Scopeinlineexplicit
Scope(const std::string &name, TCallback &&callback, const ScopeOptions &options) noexceptpanini::Scopeinlineexplicit
TCallback typedefpanini::Scope
Visit(Writer &writer) overridepanini::Scopeinlinevirtual
~Command()=defaultpanini::Commandvirtual