|
rippled
|


Classes | |
| struct | Acceptor |
| struct | Connection |
Public Member Functions | |
| Server (short_read_test &test) | |
| ~Server () | |
| endpoint_type const & | endpoint () const |
| void | add (std::shared_ptr< Child > const &child) |
| void | remove (Child *child) |
| void | close () |
| void | wait () |
Private Attributes | |
| short_read_test & | test_ |
| endpoint_type | endpoint_ |
| std::mutex | mutex_ |
| std::condition_variable | cond_ |
| std::map< Child *, std::weak_ptr< Child > > | list_ |
| bool | closed_ = false |
Definition at line 151 of file short_read_test.cpp.
|
explicit |
Definition at line 352 of file short_read_test.cpp.
| xrpl::short_read_test::Server::~Server | ( | ) |
Definition at line 359 of file short_read_test.cpp.
| endpoint_type const & xrpl::short_read_test::Server::endpoint | ( | ) | const |
Definition at line 366 of file short_read_test.cpp.
|
inherited |
Definition at line 101 of file short_read_test.cpp.
|
inherited |
Definition at line 108 of file short_read_test.cpp.
|
inherited |
Definition at line 117 of file short_read_test.cpp.
|
inherited |
Definition at line 141 of file short_read_test.cpp.
|
private |
Definition at line 154 of file short_read_test.cpp.
|
private |
Definition at line 155 of file short_read_test.cpp.
|
privateinherited |
Definition at line 88 of file short_read_test.cpp.
|
privateinherited |
Definition at line 89 of file short_read_test.cpp.
|
privateinherited |
Definition at line 90 of file short_read_test.cpp.
|
privateinherited |
Definition at line 91 of file short_read_test.cpp.