irccd
3.0.3
|
RAII based Duktape handler. More...
#include <duk.hpp>
Public Member Functions | |
context () noexcept | |
context (context &&) noexcept=default | |
operator duk_context * () noexcept | |
operator duk_context * () const noexcept | |
auto | operator= (context &&) noexcept -> context &=default |
RAII based Duktape handler.
This class is implicitly convertible to duk_context for convenience.
|
noexcept |
Create default context.
|
defaultnoexcept |
Default move constructor.
|
noexcept |
Convert the context to the native Duktape/C type.
|
noexcept |
Convert the context to the native Duktape/C type.
Default move assignment operator.