Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
JSONRequest Class Reference

Public Member Functions

 JSONRequest ()
 
void parse (const Value &valRequest)
 

Public Attributes

Value id
 
string strMethod
 
Array params
 

Detailed Description

Definition at line 695 of file rpcserver.cpp.

Constructor & Destructor Documentation

JSONRequest::JSONRequest ( )
inline

Definition at line 702 of file rpcserver.cpp.

Member Function Documentation

void JSONRequest::parse ( const Value &  valRequest)

Definition at line 706 of file rpcserver.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

Value JSONRequest::id

Definition at line 698 of file rpcserver.cpp.

Array JSONRequest::params

Definition at line 700 of file rpcserver.cpp.

string JSONRequest::strMethod

Definition at line 699 of file rpcserver.cpp.


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