Class List > eosio :: variant_action_wrapper
Public Static Attributes
Public Attributes
Public Functions
Public Static Functions
Public Static Attributes Documentation
variable action_name
constexpr eosio::name eosio::variant_action_wrapper< Name, Actions >::action_name;
Public Attributes Documentation
variable code_name
eosio::name eosio::variant_action_wrapper< Name, Actions >::code_name;
variable permissions
std::vector<eosio::permission_level> eosio::variant_action_wrapper< Name, Actions >::permissions;
Public Functions Documentation
function variant_action_wrapper (1/4)
template<typename Code>
constexpr eosio::variant_action_wrapper< Name, Actions >::variant_action_wrapper(
Code && code,
std::vector< eosio::permission_level > && perms
)
function variant_action_wrapper (2/4)
template<typename Code>
constexpr eosio::variant_action_wrapper< Name, Actions >::variant_action_wrapper(
Code && code,
const std::vector< eosio::permission_level > & perms
)
function variant_action_wrapper (3/4)
template<typename Code>
constexpr eosio::variant_action_wrapper< Name, Actions >::variant_action_wrapper(
Code && code,
eosio::permission_level && perm
)
function variant_action_wrapper (4/4)
template<typename Code>
constexpr eosio::variant_action_wrapper< Name, Actions >::variant_action_wrapper(
Code && code,
const eosio::permission_level & perm
)
function to_action
template<size_t Variant, typename... Args>
action eosio::variant_action_wrapper< Name, Actions >::to_action(
Args &&... args
) const
function send
template<size_t Variant, typename... Args>
void eosio::variant_action_wrapper< Name, Actions >::send(
Args &&... args
) const
function send_context_free
template<size_t Variant, typename... Args>
void eosio::variant_action_wrapper< Name, Actions >::send_context_free(
Args &&... args
) const
Public Static Functions Documentation
function get_mem_ptr
template<size_t Variant>
static static constexpr auto eosio::variant_action_wrapper< Name, Actions >::get_mem_ptr()
The documentation for this class was generated from the following file: libraries/eosiolib/action.hpp