BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | Public Attributes | List of all members
graphene::wallet::detail::op_prototype_visitor Struct Reference

#include <wallet_api_impl.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 op_prototype_visitor (int _t, flat_map< std::string, graphene::protocol::operation > &_prototype_ops)
 
template<typename Type >
result_type operator() (const Type &op) const
 

Public Attributes

int t = 0
 
flat_map< std::string, graphene::protocol::operation > & name2op
 

Detailed Description

Definition at line 71 of file wallet_api_impl.hpp.

Member Typedef Documentation

◆ result_type

Definition at line 73 of file wallet_api_impl.hpp.

Constructor & Destructor Documentation

◆ op_prototype_visitor()

graphene::wallet::detail::op_prototype_visitor::op_prototype_visitor ( int  _t,
flat_map< std::string, graphene::protocol::operation > &  _prototype_ops 
)
inline

Definition at line 78 of file wallet_api_impl.hpp.

Member Function Documentation

◆ operator()()

template<typename Type >
result_type graphene::wallet::detail::op_prototype_visitor::operator() ( const Type &  op) const
inline

Definition at line 84 of file wallet_api_impl.hpp.

Member Data Documentation

◆ name2op

flat_map< std::string, graphene::protocol::operation >& graphene::wallet::detail::op_prototype_visitor::name2op

Definition at line 76 of file wallet_api_impl.hpp.

◆ t

int graphene::wallet::detail::op_prototype_visitor::t = 0

Definition at line 75 of file wallet_api_impl.hpp.


The documentation for this struct was generated from the following file: