ゴミ箱
Classes | Public Member Functions | List of all members
boost::beast::websocket::detail::pausation Class Reference

#include <pausation.hpp>

Public Member Functions

 pausation ()=default
 
 pausation (pausation const &)=delete
 
pausationoperator= (pausation const &)=delete
 
 ~pausation ()
 
 pausation (pausation &&other)
 
pausationoperator= (pausation &&other)
 
template<class F >
void emplace (F &&f)
 
template<class F >
void save (F &&f)
 
 operator bool () const
 
bool maybe_invoke ()
 

Constructor & Destructor Documentation

boost::beast::websocket::detail::pausation::pausation ( )
default
boost::beast::websocket::detail::pausation::pausation ( pausation const &  )
delete
boost::beast::websocket::detail::pausation::~pausation ( )
inline
boost::beast::websocket::detail::pausation::pausation ( pausation &&  other)
inline

Member Function Documentation

template<class F >
void boost::beast::websocket::detail::pausation::emplace ( F &&  f)
bool boost::beast::websocket::detail::pausation::maybe_invoke ( )
inline
boost::beast::websocket::detail::pausation::operator bool ( ) const
inlineexplicit
pausation& boost::beast::websocket::detail::pausation::operator= ( pausation const &  )
delete
pausation& boost::beast::websocket::detail::pausation::operator= ( pausation &&  other)
inline
template<class F >
void boost::beast::websocket::detail::pausation::save ( F &&  f)

The documentation for this class was generated from the following file: