OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
TinyStrSetIterator Class Reference

#include <OnixS/CME/Streamlined/TinySet.h>

Public Types

typedef std::vector< std::string > Items
 
typedef Items::const_iterator ItemIterator
 

Public Member Functions

 TinyStrSetIterator ()
 
 TinyStrSetIterator (const TinyStrSetIterator &other)
 
 TinyStrSetIterator (const ItemIterator &iterator)
 
 ~TinyStrSetIterator ()
 
StrRef operator* () const
 
bool operator== (const TinyStrSetIterator &other) const
 
bool operator!= (const TinyStrSetIterator &other) const
 
TinyStrSetIteratoroperator= (const TinyStrSetIterator &other)
 
TinyStrSetIteratoroperator++ ()
 

Detailed Description

Definition at line 207 of file TinySet.h.

Member Typedef Documentation

typedef Items::const_iterator ItemIterator

Aliases iterator over internal store.

Definition at line 219 of file TinySet.h.

typedef std::vector<std::string> Items

Aliases internal representation.

Definition at line 214 of file TinySet.h.

Constructor & Destructor Documentation

TinyStrSetIterator ( )
inline

Initializes iterator pointing to nowhere.

Definition at line 222 of file TinySet.h.

TinyStrSetIterator ( const TinyStrSetIterator other)
inline

Initializes instance as copy of the other one.

Definition at line 227 of file TinySet.h.

TinyStrSetIterator ( const ItemIterator iterator)
inlineexplicit

Initializes from iterator over internal store.

Definition at line 235 of file TinySet.h.

~TinyStrSetIterator ( )
inline

Cleans everything up.

Definition at line 242 of file TinySet.h.

Member Function Documentation

bool operator!= ( const TinyStrSetIterator other) const
inline

Compares with the other instance.

Definition at line 264 of file TinySet.h.

StrRef operator* ( ) const
inline

Provides access to underlying object.

Definition at line 248 of file TinySet.h.

TinyStrSetIterator& operator++ ( )
inline

Advances instance to the next item.

Definition at line 284 of file TinySet.h.

TinyStrSetIterator& operator= ( const TinyStrSetIterator other)
inline

Re-initializes as copy of the other instance.

Definition at line 273 of file TinySet.h.

bool operator== ( const TinyStrSetIterator other) const
inline

Compares with the other instance.

Definition at line 255 of file TinySet.h.


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