Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
websocketpp::lib::asio Namespace Reference

Typedefs

typedef boost::asio::deadline_timer steady_timer
 

Functions

template<typename T >
bool is_neg (T duration)
 
boost::posix_time::time_duration milliseconds (long duration)
 

Typedef Documentation

◆ steady_timer

typedef boost::asio::deadline_timer websocketpp::lib::asio::steady_timer

Definition at line 111 of file asio.hpp.

Function Documentation

◆ is_neg()

template<typename T >
bool websocketpp::lib::asio::is_neg ( T duration)

Definition at line 114 of file asio.hpp.

114 {
115 return duration.is_negative();
116 }
Here is the caller graph for this function:

◆ milliseconds()

boost::posix_time::time_duration websocketpp::lib::asio::milliseconds ( long duration)
inline

Definition at line 117 of file asio.hpp.

117 {
118 return boost::posix_time::milliseconds(duration);
119 }
Here is the caller graph for this function: