state and parameters shared by several ErrorState::compile*() methods More...
Public Attributes | |
SBuf | output |
compilation result More... | |
const char * | input = nullptr |
template bytes that need to be compiled More... | |
bool | building_deny_info_url = false |
whether we compile deny_info URI More... | |
bool | allowRecursion = false |
whether top-level compile() calls are OK More... | |
Detailed Description
Definition at line 104 of file errorpage.cc.
Member Data Documentation
◆ allowRecursion
bool ErrorPage::Build::allowRecursion = false |
Definition at line 110 of file errorpage.cc.
Referenced by ErrorState::compile(), and ErrorState::compileLegacyCode().
◆ building_deny_info_url
bool ErrorPage::Build::building_deny_info_url = false |
Definition at line 109 of file errorpage.cc.
Referenced by ErrorState::compile(), and ErrorState::compileLegacyCode().
◆ input
const char* ErrorPage::Build::input = nullptr |
Definition at line 108 of file errorpage.cc.
Referenced by ErrorState::compile(), ErrorState::compileLegacyCode(), and ErrorState::compileLogformatCode().
◆ output
SBuf ErrorPage::Build::output |
Definition at line 107 of file errorpage.cc.
Referenced by ErrorState::compile(), ErrorState::compileLegacyCode(), and ErrorState::compileLogformatCode().
The documentation for this class was generated from the following file:
- src/errorpage.cc