Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::coroutines::attributes Struct Reference

#include <attributes.hpp>

Public Member Functions

 attributes () BOOST_NOEXCEPT
 
 attributes (std::size_t size_) BOOST_NOEXCEPT
 
 attributes (flag_unwind_t do_unwind_) BOOST_NOEXCEPT
 
 attributes (flag_fpu_t preserve_fpu_) BOOST_NOEXCEPT
 
 attributes (std::size_t size_, flag_unwind_t do_unwind_) BOOST_NOEXCEPT
 
 attributes (std::size_t size_, flag_fpu_t preserve_fpu_) BOOST_NOEXCEPT
 
 attributes (flag_unwind_t do_unwind_, flag_fpu_t preserve_fpu_) BOOST_NOEXCEPT
 
 attributes (std::size_t size_, flag_unwind_t do_unwind_, flag_fpu_t preserve_fpu_) BOOST_NOEXCEPT
 

Public Attributes

std::size_t size
 
flag_unwind_t do_unwind
 
flag_fpu_t preserve_fpu
 

Constructor & Destructor Documentation

boost::coroutines::attributes::attributes ( )
inline
boost::coroutines::attributes::attributes ( std::size_t  size_)
inlineexplicit
boost::coroutines::attributes::attributes ( flag_unwind_t  do_unwind_)
inlineexplicit
boost::coroutines::attributes::attributes ( flag_fpu_t  preserve_fpu_)
inlineexplicit
boost::coroutines::attributes::attributes ( std::size_t  size_,
flag_unwind_t  do_unwind_ 
)
inlineexplicit
boost::coroutines::attributes::attributes ( std::size_t  size_,
flag_fpu_t  preserve_fpu_ 
)
inlineexplicit
boost::coroutines::attributes::attributes ( flag_unwind_t  do_unwind_,
flag_fpu_t  preserve_fpu_ 
)
inlineexplicit
boost::coroutines::attributes::attributes ( std::size_t  size_,
flag_unwind_t  do_unwind_,
flag_fpu_t  preserve_fpu_ 
)
inlineexplicit

Member Data Documentation

flag_unwind_t boost::coroutines::attributes::do_unwind
flag_fpu_t boost::coroutines::attributes::preserve_fpu

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