WoW Addon Manager Client  0.0.1-alpha
A p2p World of Warcraft addon manager
Response< T > Member List

This is the complete list of members for Response< T >, including all inherited members.

get_data()Response< T >inline
get_error_code()Response< T >inline
get_message()Response< T >inline
m_dataResponse< T >private
m_error_codeResponse< T >private
m_messageResponse< T >private
Response()=deleteResponse< T >
Response(const std::string &p_message, const int &p_error_code, const boost::optional< T > &p_data)Response< T >inline
~Response()=defaultResponse< T >