OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions | Protected Member Functions
TypedGroup< Entry > Class Template Reference

A group of typed instances. More...

List of all members.

Public Member Functions

size_t size () const
 Return number of instances in repeating group.
bool empty () const
 Indicates whether set has an entries.
const Entry at (size_t index) const
 Accesses to repeating group instance.
Entry operator[] (size_t index) const
 Accesses to repeating group instance.

Protected Member Functions

 TypedGroup (const Group &group)

Detailed Description

template<class Entry>
class OnixS::CBOE::MarketData::CSM::TypedGroup< Entry >

A group of typed instances.


Member Function Documentation

const Entry at ( size_t  index) const [inline]

Accesses to repeating group instance.

Exceptions:
std::exceptionif If index exceeds allowed bounds.

Reimplemented from Group.

Entry operator[] ( size_t  index) const [inline]

Accesses to repeating group instance.

Does NOT check index validness.

Reimplemented from Group.