|
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 368 of file TrustedPublisherServer.h.
| xrpl::test::TrustedPublisherServer::Lambda::Lambda | ( | int | id, |
| TrustedPublisherServer & | self, | ||
| socket_type && | sock, | ||
| bool | ssl ) |
Definition at line 376 of file TrustedPublisherServer.h.
| void xrpl::test::TrustedPublisherServer::Lambda::operator() | ( | ) |
Definition at line 382 of file TrustedPublisherServer.h.
| int xrpl::test::TrustedPublisherServer::Lambda::id |
Definition at line 370 of file TrustedPublisherServer.h.
| TrustedPublisherServer& xrpl::test::TrustedPublisherServer::Lambda::self |
Definition at line 371 of file TrustedPublisherServer.h.
| socket_type xrpl::test::TrustedPublisherServer::Lambda::sock |
Definition at line 372 of file TrustedPublisherServer.h.
| boost::asio::executor_work_guard<boost::asio::executor> xrpl::test::TrustedPublisherServer::Lambda::work |
Definition at line 373 of file TrustedPublisherServer.h.
| bool xrpl::test::TrustedPublisherServer::Lambda::ssl |
Definition at line 374 of file TrustedPublisherServer.h.