Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
asymmetric_coroutine.hpp File Reference
#include <cstddef>
#include <iterator>
#include <memory>
#include <boost/assert.hpp>
#include <boost/config.hpp>
#include <boost/move/move.hpp>
#include <boost/range.hpp>
#include <boost/throw_exception.hpp>
#include <boost/utility/explicit_operator_bool.hpp>
#include <boost/coroutine/attributes.hpp>
#include <boost/coroutine/detail/config.hpp>
#include <boost/coroutine/detail/coroutine_context.hpp>
#include <boost/coroutine/detail/parameters.hpp>
#include <boost/coroutine/exceptions.hpp>
#include <boost/coroutine/stack_allocator.hpp>
#include <boost/coroutine/detail/pull_coroutine_impl.hpp>
#include <boost/coroutine/detail/pull_coroutine_object.hpp>
#include <boost/coroutine/detail/pull_coroutine_synthesized.hpp>
#include <boost/coroutine/detail/push_coroutine_impl.hpp>
#include <boost/coroutine/detail/push_coroutine_object.hpp>
#include <boost/coroutine/detail/push_coroutine_synthesized.hpp>
Include dependency graph for asymmetric_coroutine.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::coroutines::pull_coroutine< R >
 
class  boost::coroutines::push_coroutine< Arg >
 
class  boost::coroutines::push_coroutine< Arg >::iterator
 
class  boost::coroutines::push_coroutine< Arg & >
 
class  boost::coroutines::push_coroutine< Arg & >::iterator
 
class  boost::coroutines::push_coroutine< void >
 
class  boost::coroutines::pull_coroutine< R >
 
class  boost::coroutines::pull_coroutine< R >::iterator
 
class  boost::coroutines::pull_coroutine< R & >
 
class  boost::coroutines::pull_coroutine< R & >::iterator
 
class  boost::coroutines::pull_coroutine< void >
 
struct  boost::coroutines::asymmetric_coroutine< T >
 
struct  boost::coroutines::coroutine< T >
 
struct  boost::range_mutable_iterator< coroutines::push_coroutine< Arg > >
 
struct  boost::range_mutable_iterator< coroutines::pull_coroutine< R > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::coroutines
 

Functions

template<typename R >
void boost::coroutines::swap (pull_coroutine< R > &l, pull_coroutine< R > &r) BOOST_NOEXCEPT
 
template<typename Arg >
void boost::coroutines::swap (push_coroutine< Arg > &l, push_coroutine< Arg > &r) BOOST_NOEXCEPT
 
template<typename R >
pull_coroutine< R >::iterator boost::coroutines::range_begin (pull_coroutine< R > &c)
 
template<typename R >
pull_coroutine< R >::iterator boost::coroutines::range_end (pull_coroutine< R > &)
 
template<typename Arg >
push_coroutine< Arg >::iterator boost::coroutines::range_begin (push_coroutine< Arg > &c)
 
template<typename Arg >
push_coroutine< Arg >::iterator boost::coroutines::range_end (push_coroutine< Arg > &)
 
template<typename R >
pull_coroutine< R >::iterator boost::coroutines::begin (pull_coroutine< R > &c)
 
template<typename R >
pull_coroutine< R >::iterator boost::coroutines::end (pull_coroutine< R > &c)
 
template<typename R >
push_coroutine< R >::iterator boost::coroutines::begin (push_coroutine< R > &c)
 
template<typename R >
push_coroutine< R >::iterator boost::coroutines::end (push_coroutine< R > &c)