#include <abi_serializer.hpp>
Definition at line 173 of file abi_serializer.hpp.
◆ abi_traverse_context()
◆ check_deadline()
void sysio::chain::impl::abi_traverse_context::check_deadline |
( |
| ) |
const |
|
inline |
◆ enter_scope()
fc::scoped_exit< std::function< void()> > sysio::chain::impl::abi_traverse_context::enter_scope |
( |
| ) |
|
Definition at line 631 of file abi_serializer.cpp.
631 {
632 std::function<void()> callback = [old_recursion_depth=
recursion_depth,
this](){
634 };
635
638
639 return {std::move(callback)};
640 }
◆ get_yield_function()
◆ is_logging()
bool sysio::chain::impl::abi_traverse_context::is_logging |
( |
| ) |
const |
|
inline |
◆ logging()
void sysio::chain::impl::abi_traverse_context::logging |
( |
| ) |
|
|
inline |
◆ log
bool sysio::chain::impl::abi_traverse_context::log = false |
|
protected |
◆ recursion_depth
size_t sysio::chain::impl::abi_traverse_context::recursion_depth = 0 |
|
protected |
◆ yield
The documentation for this struct was generated from the following files: