Definition at line 131 of file Message.h.
◆ Size
Number of repeating group entries.
Definition at line 146 of file Message.h.
◆ Group() [1/3]
Initializes the instance over the binary data.
Definition at line 138 of file Message.h.
◆ Group() [2/3]
Initializes the instance which refers to nothing and thus represent a null instance.
Definition at line 150 of file Message.h.
◆ Group() [3/3]
Initializes as the copy of the other instance.
Definition at line 156 of file Message.h.
◆ operator bool()
Indicates whether the instance refers to a valid repeating group.
Definition at line 164 of file Message.h.
◆ operator=()
Re-initializes as the copy of the other instance.
Definition at line 186 of file Message.h.
◆ operator[]()
Provides access to the group entry by its index in the group.
Definition at line 178 of file Message.h.
◆ size()
Number of entries in the repeating group being referred by the given instance.
Definition at line 171 of file Message.h.