Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *address) |
void * | toCbdata () noexcept |
externalAclState (external_acl *aDef, const char *aKey) | |
~externalAclState () | |
Public Attributes | |
EAH * | callback |
void * | callback_data |
char * | key |
external_acl * | def |
dlink_node | list |
externalAclState * | queue |
Static Private Attributes | |
static cbdata_type | CBDATA_externalAclState = CBDATA_UNKNOWN |
Detailed Description
Definition at line 897 of file external_acl.cc.
Constructor & Destructor Documentation
◆ externalAclState()
|
inline |
Definition at line 902 of file external_acl.cc.
◆ ~externalAclState()
externalAclState::~externalAclState | ( | ) |
Definition at line 921 of file external_acl.cc.
References callback_data, cbdataReferenceDone, def, key, and xfree.
Member Function Documentation
◆ operator delete()
|
inline |
Definition at line 899 of file external_acl.cc.
◆ operator new()
|
inline |
Definition at line 899 of file external_acl.cc.
◆ toCbdata()
|
inlinenoexcept |
Definition at line 899 of file external_acl.cc.
Member Data Documentation
◆ callback
EAH* externalAclState::callback |
Definition at line 911 of file external_acl.cc.
Referenced by externalAclHandleReply(), and ExternalACLLookup::Start().
◆ callback_data
void* externalAclState::callback_data |
Definition at line 912 of file external_acl.cc.
Referenced by ~externalAclState(), externalAclHandleReply(), and ExternalACLLookup::Start().
◆ CBDATA_externalAclState
|
staticprivate |
Definition at line 899 of file external_acl.cc.
◆ def
external_acl* externalAclState::def |
Definition at line 914 of file external_acl.cc.
Referenced by ~externalAclState(), and externalAclHandleReply().
◆ key
char* externalAclState::key |
Definition at line 913 of file external_acl.cc.
Referenced by ~externalAclState(), externalAclHandleReply(), and ExternalACLLookup::Start().
◆ list
dlink_node externalAclState::list |
Definition at line 915 of file external_acl.cc.
Referenced by externalAclHandleReply(), and ExternalACLLookup::Start().
◆ queue
externalAclState* externalAclState::queue |
Definition at line 916 of file external_acl.cc.
Referenced by externalAclHandleReply(), and ExternalACLLookup::Start().
The documentation for this class was generated from the following file:
- src/external_acl.cc