| 
    rippled
    
   | 
 

Public Member Functions | |
| sample_op (Handler const &handler, time_point const &start, bool repeat, io_latency_probe *probe) | |
| sample_op (sample_op &&from) noexcept | |
| sample_op (sample_op const &)=delete | |
| sample_op | operator= (sample_op const &)=delete | 
| sample_op & | operator= (sample_op &&)=delete | 
| ~sample_op () | |
| void | operator() () const | 
| void | operator() (boost::system::error_code const &ec) | 
Public Attributes | |
| Handler | m_handler | 
| time_point | m_start | 
| bool | m_repeat | 
| io_latency_probe * | m_probe | 
Definition at line 147 of file io_latency_probe.h.
| beast::io_latency_probe< Clock >::sample_op< Handler >::sample_op | ( | Handler const & | handler, | 
| time_point const & | start, | ||
| bool | repeat, | ||
| io_latency_probe * | probe | ||
| ) | 
Definition at line 154 of file io_latency_probe.h.
      
  | 
  noexcept | 
Definition at line 171 of file io_latency_probe.h.
      
  | 
  delete | 
| beast::io_latency_probe< Clock >::sample_op< Handler >::~sample_op | ( | ) | 
Definition at line 190 of file io_latency_probe.h.
      
  | 
  delete | 
      
  | 
  delete | 
| void beast::io_latency_probe< Clock >::sample_op< Handler >::operator() | ( | ) | const | 
Definition at line 197 of file io_latency_probe.h.
| void beast::io_latency_probe< Clock >::sample_op< Handler >::operator() | ( | boost::system::error_code const & | ec | ) | 
Definition at line 239 of file io_latency_probe.h.
| Handler beast::io_latency_probe< Clock >::sample_op< Handler >::m_handler | 
Definition at line 149 of file io_latency_probe.h.
| time_point beast::io_latency_probe< Clock >::sample_op< Handler >::m_start | 
Definition at line 150 of file io_latency_probe.h.
| bool beast::io_latency_probe< Clock >::sample_op< Handler >::m_repeat | 
Definition at line 151 of file io_latency_probe.h.
| io_latency_probe* beast::io_latency_probe< Clock >::sample_op< Handler >::m_probe | 
Definition at line 152 of file io_latency_probe.h.