Public Member Functions | |
TypedGroup () | |
size_t | size () const |
bool | empty () const |
Entry | operator[] (size_t index) const |
Entry | at (size_t index) const |
Protected Member Functions | |
TypedGroup (const Group &group) |
Protected Attributes | |
Group | underlyingGroup_ |
Definition at line 551 of file Messaging.h.
|
inline |
Initializes set with no entries.
Definition at line 555 of file Messaging.h.
|
inlineprotected |
Definition at line 594 of file Messaging.h.
|
inline |
Accesses to repeating group instance.
check index validness.
Definition at line 583 of file Messaging.h.
|
inline |
Indicates whether set has an entries.
Definition at line 567 of file Messaging.h.
|
inline |
Accesses to repeating group instance.
Does NOT check index validness.
Definition at line 575 of file Messaging.h.
|
inline |
Return number of instances in repeating group.
Definition at line 561 of file Messaging.h.
|
protected |
Definition at line 599 of file Messaging.h.