| 
    rippled
    
   | 
 

Public Member Functions | |
| template<class Rep , class Period > | |
| bool | wait_for (std::chrono::duration< Rep, Period > const &rel_time) | 
| void | signal () | 
Private Attributes | |
| std::condition_variable | cv_ | 
| std::mutex | mutex_ | 
| bool | signaled_ = false | 
Definition at line 80 of file Path_test.cpp.
| bool ripple::test::Path_test::gate::wait_for | ( | std::chrono::duration< Rep, Period > const & | rel_time | ) | 
Definition at line 92 of file Path_test.cpp.
| void ripple::test::Path_test::gate::signal | ( | ) | 
Definition at line 101 of file Path_test.cpp.
      
  | 
  private | 
Definition at line 83 of file Path_test.cpp.
      
  | 
  private | 
Definition at line 84 of file Path_test.cpp.
      
  | 
  private | 
Definition at line 85 of file Path_test.cpp.