Classes | |
| class | NotifHeaderElem |
| class | PartitionGrpElem |
Public Types | |
| using | NotifHeader = NotifHeaderElem |
| using | PartitionGrp = std::vector<PartitionGrpElem> |
Public Member Functions | |
| PartitionListNotification () | |
| TemplateId::Enum | templateId () const override |
| std::string | toString () const override |
| Public Member Functions inherited from Message | |
| virtual | ~Message ()=default |
Public Attributes | |
| NotifHeader | notifHeader |
| PartitionGrp | partitionGrp |
Friends | |
| class | Serializer |
Definition at line 36 of file PartitionListNotification.h.
| using NotifHeader = NotifHeaderElem |
Definition at line 61 of file PartitionListNotification.h.
| using PartitionGrp = std::vector<PartitionGrpElem> |
Definition at line 83 of file PartitionListNotification.h.
Initialize default instance.
|
overridevirtual |
Returns template ID.
Implements Message.
|
overridevirtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 93 of file PartitionListNotification.h.
| NotifHeader notifHeader |
Definition at line 62 of file PartitionListNotification.h.
| PartitionGrp partitionGrp |
Definition at line 84 of file PartitionListNotification.h.