#include <wasm_sysio_binary_ops.hpp>
template<
class Op_Types>
class sysio::chain::wasm_ops::cached_ops< Op_Types >
Section for cached ops
Definition at line 602 of file wasm_sysio_binary_ops.hpp.
◆ get_cached_ops()
template<
class Op_Types >
Definition at line 610 of file wasm_sysio_binary_ops.hpp.
610 {
611#define PUSH_BACK_OP( r, T, OP ) \
612 _cached_ops[BOOST_PP_CAT(OP,_code)] = BOOST_PP_CAT(T, OP).get();
613 if ( _cached_ops.empty() ) {
614
615 _cached_ops.resize( 256, cached_error.get() );
617 }
618#undef PUSH_BACK_OP
619 return &_cached_ops;
620 }
#define PUSH_BACK_OP(r, T, OP)
The documentation for this class was generated from the following file: