Definition at line 58 of file Message.h.
◆ GroupEntry() [1/3]
Full-initialized instances are constructed through descendants.
Definition at line 68 of file Message.h.
◆ GroupEntry() [2/3]
Initializes the instance which refers to nothing and thus represents a null instance.
Definition at line 77 of file Message.h.
◆ GroupEntry() [3/3]
Initializes the instance as the copy of the other one.
Definition at line 85 of file Message.h.
◆ field()
Returns field by its tag.
The instance must refer to a valid group entry.
Implements FieldSet.
Definition at line 109 of file Message.h.
◆ operator bool()
Indicates whether the instance refers to a valid repeating group entry.
Definition at line 93 of file Message.h.
◆ operator=()
Re-initializes as the copy of the other instance.
Definition at line 118 of file Message.h.
◆ operator[]()
Returns field by its tag.
The instance must refer to a valid group entry.
Definition at line 101 of file Message.h.
◆ Group