|
OpenSDN source code
|
#include <xmpp_proto.h>


Public Member Functions | |
| XmppMessage (XmppMessageType type) | |
| virtual | ~XmppMessage () |
| bool | IsValidType (XmppMessageType type) const |
Public Attributes | |
| XmppMessageType | type |
| XmppStanzaErrorType | error |
| std::string | from |
| std::string | to |
| std::string | xmlns |
| std::unique_ptr< XmlBase > | dom |
Private Member Functions | |
| XmppMessage (const XmppMessage &)=delete | |
| XmppMessage (XmppMessage &&)=delete | |
| const XmppMessage & | operator= (const XmppMessage &)=delete |
| const XmppMessage & | operator= (XmppMessage &&)=delete |
Definition at line 51 of file xmpp_proto.h.
|
inlineexplicit |
Definition at line 53 of file xmpp_proto.h.
|
inlinevirtual |
Definition at line 56 of file xmpp_proto.h.
|
privatedelete |
|
privatedelete |
|
inline |
Definition at line 64 of file xmpp_proto.h.
|
privatedelete |
|
privatedelete |
| std::unique_ptr<XmlBase> XmppStanza::XmppMessage::dom |
Definition at line 62 of file xmpp_proto.h.
| XmppStanzaErrorType XmppStanza::XmppMessage::error |
Definition at line 58 of file xmpp_proto.h.
| std::string XmppStanza::XmppMessage::from |
Definition at line 59 of file xmpp_proto.h.
| std::string XmppStanza::XmppMessage::to |
Definition at line 60 of file xmpp_proto.h.
| XmppMessageType XmppStanza::XmppMessage::type |
Definition at line 57 of file xmpp_proto.h.
| std::string XmppStanza::XmppMessage::xmlns |
Definition at line 61 of file xmpp_proto.h.