| 
    rippled
    
   | 
 


Classes | |
| struct | Connection | 
Public Member Functions | |
| Client (short_read_test &test, endpoint_type const &ep) | |
| ~Client () | |
| void | add (std::shared_ptr< Child > const &child) | 
| void | remove (Child *child) | 
| void | close () | 
| void | wait () | 
Private Attributes | |
| short_read_test & | test_ | 
| std::mutex | mutex_ | 
| std::condition_variable | cond_ | 
| std::map< Child *, std::weak_ptr< Child > > | list_ | 
| bool | closed_ = false | 
Definition at line 417 of file short_read_test.cpp.
| ripple::short_read_test::Client::Client | ( | short_read_test & | test, | 
| endpoint_type const & | ep | ||
| ) | 
Definition at line 600 of file short_read_test.cpp.
| ripple::short_read_test::Client::~Client | ( | ) | 
Definition at line 607 of file short_read_test.cpp.
      
  | 
  inherited | 
Definition at line 104 of file short_read_test.cpp.
      
  | 
  inherited | 
Definition at line 111 of file short_read_test.cpp.
      
  | 
  inherited | 
Definition at line 120 of file short_read_test.cpp.
      
  | 
  inherited | 
Definition at line 144 of file short_read_test.cpp.
      
  | 
  private | 
Definition at line 421 of file short_read_test.cpp.
      
  | 
  privateinherited | 
Definition at line 91 of file short_read_test.cpp.
      
  | 
  privateinherited | 
Definition at line 92 of file short_read_test.cpp.
      
  | 
  privateinherited | 
Definition at line 93 of file short_read_test.cpp.
      
  | 
  privateinherited | 
Definition at line 94 of file short_read_test.cpp.