EpcTools
An event based multi-threaded C++ development framework.
FDMessageAnswer Member List

This is the complete list of members for FDMessageAnswer, including all inherited members.

add(FDAvp &avp)FDMessageinline
add(FDDictionaryEntryAVP &de, int32_t v)FDMessageinline
add(FDDictionaryEntryAVP &de, int64_t v)FDMessageinline
add(FDDictionaryEntryAVP &de, uint32_t v)FDMessageinline
add(FDDictionaryEntryAVP &de, uint64_t v)FDMessageinline
add(FDDictionaryEntryAVP &de, float v)FDMessageinline
add(FDDictionaryEntryAVP &de, double v)FDMessageinline
add(FDDictionaryEntryAVP &de, const char *v)FDMessageinline
add(FDDictionaryEntryAVP &de, const std::string &v)FDMessageinline
add(FDDictionaryEntryAVP &de, const char *v, size_t len)FDMessageinline
add(FDDictionaryEntryAVP &de, const uint8_t *v, size_t len)FDMessageinline
add(FDDictionaryEntryAVP &de, const ETime &v)FDMessageinline
add(FDExtractor &e)FDMessage
add(FDExtractorList &el)FDMessage
add(FDExtractorAvp &ea)FDMessage
add(FDExtractorAvpList &eal)FDMessage
addJson(const char *json)FDMessage
addJson(const std::string &json)FDMessageinline
addOrigin()FDMessage
dump()FDMessage
FDMessage(Bool req2ans, FDDictionaryEntryCommand *de, struct msg *pmsg=NULL, Bool dedel=false, Bool msgdel=true)FDMessageprotected
FDMessage(FDDictionaryEntryCommand *de, struct msg *pmsg=NULL, Bool dedel=false)FDMessageprotected
FDMessage(FDDictionaryEntryApplication *ade, FDDictionaryEntryCommand *cde, struct msg *pmsg=NULL, Bool dedel=false)FDMessageprotected
FDMessageAnswer(FDMessageRequest *req, struct msg *pmsg)FDMessageAnswer
FDMessageAnswer(FDMessageRequest *req)FDMessageAnswer
findAVP(FDDictionaryEntryAVP &de)FDMessage
get(FDDictionaryEntryAVP &de, int32_t &v)FDMessageinline
get(FDDictionaryEntryAVP &de, int64_t &v)FDMessageinline
get(FDDictionaryEntryAVP &de, uint32_t &v)FDMessageinline
get(FDDictionaryEntryAVP &de, uint64_t &v)FDMessageinline
get(FDDictionaryEntryAVP &de, float &v)FDMessageinline
get(FDDictionaryEntryAVP &de, double &v)FDMessageinline
get(FDDictionaryEntryAVP &de, std::string &v)FDMessageinline
get(FDDictionaryEntryAVP &de, char *v, size_t &len)FDMessageinline
get(FDDictionaryEntryAVP &de, uint8_t *v, size_t &len)FDMessageinline
get(FDDictionaryEntryAVP &de, ETime &v)FDMessageinline
getCommand()FDMessageinline
getFirstAVP(Bool &found)FDMessage
getJson(std::string &json)FDMessage
getMsg()FDMessageinline
isAnswer()FDMessageinline
isRequest()FDMessageinline
send()FDMessageAnswer
sendAnswer()FDMessageprotected
sendRequest(Void(*anscb)(Void *, struct msg **), FDMessageRequest &req)FDMessageprotected
setMsgDelete(Bool v)FDMessageinlineprotected
~FDMessage()FDMessageprotected
~FDMessageAnswer()FDMessageAnswer