libcopp  2.2.0
Data Structures | Namespaces | Typedefs | Functions
fcontext.hpp File Reference
#include <libcopp/utils/config/libcopp_build_features.h>
#include <stdint.h>
#include <cstddef>
#include "libcopp/fcontext/detail/config.hpp"
#include "libcopp/utils/features.h"
Include dependency graph for fcontext.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  fcontext::transfer_t
 

Namespaces

 fcontext
 

Typedefs

using fcontext::fcontext_t = void *
 

Functions

COPP_BOOST_CONTEXT_DECL transfer_t COPP_BOOST_CONTEXT_CALLDECL fcontext::copp_jump_fcontext_v2 (fcontext_t const to, void *vp)
 
COPP_BOOST_CONTEXT_DECL fcontext_t COPP_BOOST_CONTEXT_CALLDECL fcontext::copp_make_fcontext_v2 (void *sp, std::size_t size, void(*fn)(transfer_t))
 
COPP_BOOST_CONTEXT_DECL transfer_t COPP_BOOST_CONTEXT_CALLDECL fcontext::copp_ontop_fcontext_v2 (fcontext_t const to, void *vp, transfer_t(*fn)(transfer_t))