
Public Member Functions | |
| void * | operator new (size_t size) |
| void | operator delete (void *address) |
| void * | toCbdata () noexcept |
| RedirectStateData (const char *url) | |
| ~RedirectStateData () | |
Public Attributes | |
| void * | data |
| SBuf | orig_url |
| HLPCB * | handler |
Static Private Attributes | |
| static cbdata_type | CBDATA_RedirectStateData = CBDATA_UNKNOWN |
Detailed Description
Definition at line 41 of file redirect.cc.
Constructor & Destructor Documentation
◆ RedirectStateData()
|
explicit |
Definition at line 68 of file redirect.cc.
◆ ~RedirectStateData()
| RedirectStateData::~RedirectStateData | ( | ) |
Definition at line 75 of file redirect.cc.
Member Function Documentation
◆ operator delete()
|
inline |
Definition at line 43 of file redirect.cc.
◆ operator new()
|
inline |
Definition at line 43 of file redirect.cc.
◆ toCbdata()
|
inlinenoexcept |
Definition at line 43 of file redirect.cc.
Member Data Documentation
◆ CBDATA_RedirectStateData
|
staticprivate |
Definition at line 43 of file redirect.cc.
◆ data
| void* RedirectStateData::data |
Definition at line 49 of file redirect.cc.
Referenced by constructHelperQuery(), redirectHandleReply(), and storeIdHandleReply().
◆ handler
| HLPCB* RedirectStateData::handler |
Definition at line 52 of file redirect.cc.
Referenced by constructHelperQuery(), redirectHandleReply(), and storeIdHandleReply().
◆ orig_url
| SBuf RedirectStateData::orig_url |
Definition at line 50 of file redirect.cc.
Referenced by constructHelperQuery().
The documentation for this class was generated from the following file:
- src/redirect.cc
