|
rippled
|

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 353 of file TrustedPublisherServer.h.
| xrpl::test::TrustedPublisherServer::lambda::lambda | ( | int | id_, |
| TrustedPublisherServer & | self_, | ||
| socket_type && | sock_, | ||
| bool | ssl_ | ||
| ) |
Definition at line 361 of file TrustedPublisherServer.h.
| void xrpl::test::TrustedPublisherServer::lambda::operator() | ( | ) |
Definition at line 367 of file TrustedPublisherServer.h.
| int xrpl::test::TrustedPublisherServer::lambda::id |
Definition at line 355 of file TrustedPublisherServer.h.
| TrustedPublisherServer& xrpl::test::TrustedPublisherServer::lambda::self |
Definition at line 356 of file TrustedPublisherServer.h.
| socket_type xrpl::test::TrustedPublisherServer::lambda::sock |
Definition at line 357 of file TrustedPublisherServer.h.
| boost::asio::executor_work_guard<boost::asio::executor> xrpl::test::TrustedPublisherServer::lambda::work |
Definition at line 358 of file TrustedPublisherServer.h.
| bool xrpl::test::TrustedPublisherServer::lambda::ssl |
Definition at line 359 of file TrustedPublisherServer.h.