|
libmoost
|
Represents the userdata object to the request callback. More...
#include <response.hpp>
Public Attributes | |
| char | sha1_ [RESPONSE_SHA1_LEN] |
| std::string * | pdata |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
Represents the userdata object to the request callback.
Definition at line 58 of file response.hpp.
| std::string* moost::murcl::response::userdata::pdata |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Definition at line 67 of file response.hpp.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= This member MUST be first;it is used to validate the cast from void* The C++ standard guarantees a pointer to a POD-struct object, suitably converted using a reinterpret_cast, points to its initial member
Definition at line 64 of file response.hpp.