Anope IRC Services
Version 2.0
|
#include <xmlrpc.h>
Public Member Functions | |
XMLRPCRequest (HTTPReply &_r) | |
void | reply (const Anope::string &dname, const Anope::string &ddata) |
const std::map< Anope::string, Anope::string > & | get_replies () |
Data Fields | |
Anope::string | name |
Anope::string | id |
std::deque< Anope::string > | data |
HTTPReply & | r |
Private Attributes | |
std::map< Anope::string, Anope::string > | replies |
|
inline |
Definition at line 15 of file xmlrpc.h.
References replies.
Referenced by MyXMLRPCServiceInterface::OnRequest(), and MyXMLRPCServiceInterface::Reply().
|
inline |
Definition at line 14 of file xmlrpc.h.
Referenced by MyXMLRPCEvent::DoChannel(), MyXMLRPCEvent::DoCheckAuthentication(), MyXMLRPCEvent::DoCommand(), MyXMLRPCEvent::DoOperType(), MyXMLRPCEvent::DoStats(), MyXMLRPCEvent::DoUser(), XMLRPCIdentifyRequest::OnFail(), XMLRPCIdentifyRequest::OnSuccess(), and MyXMLRPCServiceInterface::Reply().
std::deque<Anope::string> XMLRPCRequest::data |
Definition at line 10 of file xmlrpc.h.
Referenced by MyXMLRPCEvent::DoChannel(), MyXMLRPCEvent::DoCheckAuthentication(), MyXMLRPCEvent::DoCommand(), MyXMLRPCEvent::DoUser(), and MyXMLRPCServiceInterface::OnRequest().
Anope::string XMLRPCRequest::id |
Definition at line 9 of file xmlrpc.h.
Referenced by MyXMLRPCServiceInterface::OnRequest(), and MyXMLRPCServiceInterface::Reply().
Anope::string XMLRPCRequest::name |
Definition at line 8 of file xmlrpc.h.
Referenced by MyXMLRPCServiceInterface::OnRequest(), and MyXMLRPCServiceInterface::Reply().
HTTPReply& XMLRPCRequest::r |
Definition at line 11 of file xmlrpc.h.
Referenced by XMLRPCIdentifyRequest::OnFail(), XMLRPCIdentifyRequest::OnSuccess(), and MyXMLRPCServiceInterface::Reply().
|
private |
Definition at line 5 of file xmlrpc.h.
Referenced by get_replies().