Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Static Public Member Functions | List of all members
zethtool::generic_subcommand< CommandT >::this_caller< ppT, snarkT > Class Template Reference

#include <tool_common.hpp>

Static Public Member Functions

static int execute (generic_subcommand< CommandT > *that, const global_options &o)
 

Detailed Description

template<class CommandT>
template<typename ppT, typename snarkT>
class zethtool::generic_subcommand< CommandT >::this_caller< ppT, snarkT >

Definition at line 125 of file tool_common.hpp.

Member Function Documentation

◆ execute()

template<class CommandT >
template<typename ppT , typename snarkT >
static int zethtool::generic_subcommand< CommandT >::this_caller< ppT, snarkT >::execute ( generic_subcommand< CommandT > *  that,
const global_options o 
)
inlinestatic

Definition at line 128 of file tool_common.hpp.

130  {
131  return ((CommandT *)that)->template execute_generic<ppT, snarkT>(o);
132  }

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