Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
CRPCTable Class Reference

Bitcoin RPC command dispatcher. More...

#include <bitcoinrpc.h>

Public Member Functions

 CRPCTable ()
 
const CRPCCommandoperator[] (std::string name) const
 
std::string help (std::string name) const
 Note: This interface may still be subject to change. More...
 
json_spirit::Value execute (const std::string &method, const json_spirit::Array &params) const
 Execute a method. More...
 

Private Attributes

std::map< std::string, const
CRPCCommand * > 
mapCommands
 

Detailed Description

Bitcoin RPC command dispatcher.

Definition at line 108 of file bitcoinrpc.h.

Constructor & Destructor Documentation

CRPCTable::CRPCTable ( )

Definition at line 276 of file bitcoinrpc.cpp.

Member Function Documentation

json_spirit::Value CRPCTable::execute ( const std::string &  method,
const json_spirit::Array params 
) const

Execute a method.

Parameters
methodMethod to execute
paramsArray of arguments (JSON objects)
Returns
Result of the call.
Exceptions
anexception (json_spirit::Value) when an error happens.

Definition at line 1023 of file bitcoinrpc.cpp.

string CRPCTable::help ( std::string  name) const

Note: This interface may still be subject to change.

Definition at line 126 of file bitcoinrpc.cpp.

const CRPCCommand * CRPCTable::operator[] ( std::string  name) const

Definition at line 288 of file bitcoinrpc.cpp.

Member Data Documentation

std::map<std::string, const CRPCCommand*> CRPCTable::mapCommands
private

Definition at line 111 of file bitcoinrpc.h.


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