|
xrpld
|

Public Member Functions | |
| Lambda (int id, TrustedPublisherServer &self, socket_type &&sock, bool ssl) | |
| void | operator() () |
Public Attributes | |
| int | id |
| TrustedPublisherServer & | self |
| socket_type | sock |
| boost::asio::executor_work_guard< boost::asio::executor > | work |
| bool | ssl |
Definition at line 386 of file TrustedPublisherServer.h.
| xrpl::test::TrustedPublisherServer::Lambda::Lambda | ( | int | id, |
| TrustedPublisherServer & | self, | ||
| socket_type && | sock, | ||
| bool | ssl ) |
Definition at line 394 of file TrustedPublisherServer.h.
| void xrpl::test::TrustedPublisherServer::Lambda::operator() | ( | ) |
Definition at line 400 of file TrustedPublisherServer.h.
| int xrpl::test::TrustedPublisherServer::Lambda::id |
Definition at line 388 of file TrustedPublisherServer.h.
| TrustedPublisherServer& xrpl::test::TrustedPublisherServer::Lambda::self |
Definition at line 389 of file TrustedPublisherServer.h.
| socket_type xrpl::test::TrustedPublisherServer::Lambda::sock |
Definition at line 390 of file TrustedPublisherServer.h.
| boost::asio::executor_work_guard<boost::asio::executor> xrpl::test::TrustedPublisherServer::Lambda::work |
Definition at line 391 of file TrustedPublisherServer.h.
| bool xrpl::test::TrustedPublisherServer::Lambda::ssl |
Definition at line 392 of file TrustedPublisherServer.h.