Classes | |
| class | NotifHeaderElem |
| class | SessionsGrpElem |
Public Types | |
| using | NotifHeader = NotifHeaderElem |
| using | SessionsGrp = std::vector<SessionsGrpElem> |
Public Member Functions | |
| SessionListNotification () | |
| TemplateId::Enum | templateId () const override |
| std::string | toString () const override |
| Public Member Functions inherited from Message | |
| virtual | ~Message ()=default |
Public Attributes | |
| NotifHeader | notifHeader |
| SessionsGrp | sessionsGrp |
Friends | |
| class | Serializer |
Definition at line 36 of file SessionListNotification.h.
| using NotifHeader = NotifHeaderElem |
Definition at line 61 of file SessionListNotification.h.
| using SessionsGrp = std::vector<SessionsGrpElem> |
Definition at line 98 of file SessionListNotification.h.
Initialize default instance.
|
overridevirtual |
Returns template ID.
Implements Message.
|
overridevirtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 108 of file SessionListNotification.h.
| NotifHeader notifHeader |
Definition at line 62 of file SessionListNotification.h.
| SessionsGrp sessionsGrp |
Definition at line 99 of file SessionListNotification.h.