deny_info representation. Currently a POD. More...
#include <AclDenyInfoList.h>

Public Member Functions | |
| AclDenyInfoList (const char *t, const SBuf &aCfgLocation) | |
| ~AclDenyInfoList () | |
Public Attributes | |
| err_type | err_page_id = ERR_NONE |
| char * | err_page_name = nullptr |
| SBufList | acl_list |
| ACL names in configured order. More... | |
| AclDenyInfoList * | next = nullptr |
Private Member Functions | |
| MEMPROXY_CLASS (AclDenyInfoList) | |
Detailed Description
Definition at line 19 of file AclDenyInfoList.h.
Constructor & Destructor Documentation
◆ AclDenyInfoList()
|
inline |
Definition at line 24 of file AclDenyInfoList.h.
References err_page_id, err_page_name, errorReservePageId(), and xstrdup.
◆ ~AclDenyInfoList()
|
inline |
Definition at line 28 of file AclDenyInfoList.h.
References err_page_name, next, and xfree.
Member Function Documentation
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ acl_list
| SBufList AclDenyInfoList::acl_list |
Definition at line 39 of file AclDenyInfoList.h.
Referenced by dump_denyinfo().
◆ err_page_id
Definition at line 37 of file AclDenyInfoList.h.
Referenced by AclDenyInfoList().
◆ err_page_name
| char* AclDenyInfoList::err_page_name = nullptr |
Definition at line 38 of file AclDenyInfoList.h.
Referenced by AclDenyInfoList(), ~AclDenyInfoList(), and dump_denyinfo().
◆ next
| AclDenyInfoList* AclDenyInfoList::next = nullptr |
Definition at line 40 of file AclDenyInfoList.h.
Referenced by ~AclDenyInfoList(), aclDestroyDenyInfoList(), and dump_denyinfo().
The documentation for this class was generated from the following file:
- src/acl/AclDenyInfoList.h
