|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
This is the complete list of members for cmlabs::RESTParser, including all inherited members.
| extractArrayParameters(HTTPRequest *req, std::map< std::string, RESTParam > ¶mSet, RESTRequest *restReq, int entryNum, const char *content, uint32 contentSize, const char *contentType) | cmlabs::RESTParser | protected |
| extractArrayParameters(DataMessage *msg, std::map< std::string, RESTParam > ¶mSet, RESTRequest *restReq, int entryNum, const char *content, uint32 contentSize, const char *contentType) | cmlabs::RESTParser | protected |
| extractParameters(HTTPRequest *req, std::map< std::string, RESTParam > ¶mSet, RESTRequest *restReq) | cmlabs::RESTParser | protected |
| extractParameters(DataMessage *msg, std::map< std::string, RESTParam > ¶mSet, RESTRequest *restReq) | cmlabs::RESTParser | protected |
| findTopNodeForRequest(const char *requestString) | cmlabs::RESTParser | protected |
| getLastErrorString() | cmlabs::RESTParser | inline |
| httpCalls | cmlabs::RESTParser | protected |
| init(const char *restDefinition) | cmlabs::RESTParser | |
| lastErrorString | cmlabs::RESTParser | protected |
| mainNode | cmlabs::RESTParser | protected |
| paramSets | cmlabs::RESTParser | protected |
| parseParamSet(XMLNode objectNode) | cmlabs::RESTParser | protected |
| parseRequest(HTTPRequest *req) | cmlabs::RESTParser | |
| parseRequest(DataMessage *msg) | cmlabs::RESTParser | |
| parseRequest(const char *requestString, std::map< std::string, RESTParam > ¶mSet, RESTRequest *restReq, std::string &signature) | cmlabs::RESTParser | protected |
| RESTParser() | cmlabs::RESTParser | |
| setParameterValue(HTTPRequest *req, RESTParam ¶m, std::string value, RESTRequest *restReq, uint32 entryNum=0) | cmlabs::RESTParser | protected |
| setParameterValue(DataMessage *msg, RESTParam ¶m, std::string value, RESTRequest *restReq, uint32 entryNum=0) | cmlabs::RESTParser | protected |
| UnitTest() | cmlabs::RESTParser | static |
| ~RESTParser() | cmlabs::RESTParser | virtual |