OnixS CME Drop Copy Handler C++ library  5.6.0
API documentation
TypedGroup< Entry > Class Template Reference

#include <OnixS/CME/DropCopy/Messaging.h>

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_
 

Detailed Description

template<typename Entry>
class OnixS::CME::DropCopy::TypedGroup< Entry >

Definition at line 548 of file Messaging.h.

Constructor & Destructor Documentation

TypedGroup ( )
inline

Initializes set with no entries.

Definition at line 552 of file Messaging.h.

TypedGroup ( const Group group)
inlineprotected

Definition at line 589 of file Messaging.h.

Member Function Documentation

Entry at ( size_t  index) const
inline

Accesses to repeating group instance.

check index validness.

Definition at line 580 of file Messaging.h.

bool empty ( ) const
inline

Indicates whether set has an entries.

Definition at line 564 of file Messaging.h.

Entry operator[] ( size_t  index) const
inline

Accesses to repeating group instance.

Does NOT check index validness.

Definition at line 572 of file Messaging.h.

size_t size ( ) const
inline

Return number of instances in repeating group.

Definition at line 558 of file Messaging.h.

Member Data Documentation

Group underlyingGroup_
protected

Definition at line 594 of file Messaging.h.


The documentation for this class was generated from the following file: