Public Types |
Public Member Functions |
Public Attributes |
Static Private Attributes |
List of all members
Ssl::GeneratorRequest Class Reference
A pending Ssl::Helper request, combining the original and collapsed queries. More...
Collaboration diagram for Ssl::GeneratorRequest:

Public Types | |
| typedef std::vector< GeneratorRequestor > | GeneratorRequestors |
| Ssl::Helper request initiators waiting for the same answer (FIFO). More... | |
Public Member Functions | |
| void * | operator new (size_t size) |
| void | operator delete (void *address) |
| void * | toCbdata () noexcept |
| void | emplace (HLPCB *callback, void *data) |
| adds a GeneratorRequestor More... | |
Public Attributes | |
| SBuf | query |
| Ssl::Helper request message (GeneratorRequests key) More... | |
| GeneratorRequestors | requestors |
Static Private Attributes | |
| static cbdata_type | CBDATA_GeneratorRequest = CBDATA_UNKNOWN |
Detailed Description
Member Typedef Documentation
◆ GeneratorRequestors
Member Function Documentation
◆ emplace()
|
inline |
Definition at line 47 of file helper.cc.
References requestors.
Referenced by Ssl::Helper::Submit().
◆ operator delete()
|
inline |
◆ operator new()
|
inline |
◆ toCbdata()
Member Data Documentation
◆ CBDATA_GeneratorRequest
|
staticprivate |
◆ query
| SBuf Ssl::GeneratorRequest::query |
Definition at line 49 of file helper.cc.
Referenced by operator<<(), and Ssl::Helper::Submit().
◆ requestors
| GeneratorRequestors Ssl::GeneratorRequest::requestors |
Definition at line 53 of file helper.cc.
Referenced by emplace(), and operator<<().
The documentation for this class was generated from the following file:
- src/ssl/helper.cc
