ecto
Public Member Functions | Private Attributes | Friends | List of all members
ecto::strand Struct Reference

#include <strand.hpp>

Public Member Functions

 strand ()
 
 ~strand ()
 
std::size_t id () const
 
void reset ()
 

Private Attributes

boost::shared_ptr< impl > impl_
 

Friends

bool operator== (const strand &lhs, const strand &rhs)
 
void on_strand (cell_ptr c, boost::asio::io_service &s, boost::function< void()> h)
 

Constructor & Destructor Documentation

ecto::strand::strand ( )
ecto::strand::~strand ( )

Member Function Documentation

std::size_t ecto::strand::id ( ) const
void ecto::strand::reset ( )

Friends And Related Function Documentation

void on_strand ( cell_ptr  c,
boost::asio::io_service &  s,
boost::function< void()>  h 
)
friend
bool operator== ( const strand lhs,
const strand rhs 
)
friend

Member Data Documentation

boost::shared_ptr<impl> ecto::strand::impl_
private

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