This is the complete list of members for ndn::mgmt::ControlResponse, including all inherited members.
ControlResponse() | ndn::mgmt::ControlResponse | |
ControlResponse(uint32_t code, const std::string &text) | ndn::mgmt::ControlResponse | |
ControlResponse(const Block &block) | ndn::mgmt::ControlResponse | explicit |
getBody() const | ndn::mgmt::ControlResponse | inline |
getCode() const | ndn::mgmt::ControlResponse | inline |
getText() const | ndn::mgmt::ControlResponse | inline |
m_body | ndn::mgmt::ControlResponse | protected |
m_code | ndn::mgmt::ControlResponse | protected |
m_text | ndn::mgmt::ControlResponse | protected |
m_wire | ndn::mgmt::ControlResponse | mutableprotected |
setBody(const Block &body) | ndn::mgmt::ControlResponse | inline |
setCode(uint32_t code) | ndn::mgmt::ControlResponse | inline |
setText(const std::string &text) | ndn::mgmt::ControlResponse | inline |
wireDecode(const Block &block) | ndn::mgmt::ControlResponse | |
wireEncode() const | ndn::mgmt::ControlResponse |