#include <llhttpnode.h>
Collaboration diagram for LLHTTPNode::Description:
Public Member Functions | |
void | shortInfo (const std::string &s) |
void | longInfo (const std::string &s) |
void | getAPI () |
void | putAPI () |
void | postAPI () |
void | delAPI () |
void | input (const std::string &s) |
void | output (const std::string &s) |
void | source (const char *f, int l) |
LLSD | getInfo () const |
Private Attributes | |
LLSD | mInfo |
Definition at line 183 of file llhttpnode.h.
void LLHTTPNode::Description::delAPI | ( | ) | [inline] |
void LLHTTPNode::Description::getAPI | ( | ) | [inline] |
LLSD LLHTTPNode::Description::getInfo | ( | ) | const [inline] |
void LLHTTPNode::Description::input | ( | const std::string & | s | ) | [inline] |
void LLHTTPNode::Description::longInfo | ( | const std::string & | s | ) | [inline] |
void LLHTTPNode::Description::output | ( | const std::string & | s | ) | [inline] |
void LLHTTPNode::Description::postAPI | ( | ) | [inline] |
void LLHTTPNode::Description::putAPI | ( | ) | [inline] |
void LLHTTPNode::Description::shortInfo | ( | const std::string & | s | ) | [inline] |
Definition at line 186 of file llhttpnode.h.
References mInfo.
Referenced by LLHTTPNode::describe().
void LLHTTPNode::Description::source | ( | const char * | f, | |
int | l | |||
) | [inline] |
LLSD LLHTTPNode::Description::mInfo [private] |
Definition at line 203 of file llhttpnode.h.
Referenced by delAPI(), getAPI(), getInfo(), input(), longInfo(), output(), postAPI(), putAPI(), shortInfo(), and source().