Acoustic Touch Recognition
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
osc::ReceivedBundleElementIterator Class Reference

#include <OscReceivedElements.h>

Public Member Functions

 ReceivedBundleElementIterator (const char *sizePtr)
 
ReceivedBundleElementIterator operator++ ()
 
ReceivedBundleElementIterator operator++ (int)
 
const ReceivedBundleElementoperator* () const
 
const ReceivedBundleElementoperator-> () const
 

Private Member Functions

void Advance ()
 
bool IsEqualTo (const ReceivedBundleElementIterator &rhs) const
 

Private Attributes

ReceivedBundleElement value_
 

Friends

bool operator== (const ReceivedBundleElementIterator &lhs, const ReceivedBundleElementIterator &rhs)
 

Constructor & Destructor Documentation

◆ ReceivedBundleElementIterator()

osc::ReceivedBundleElementIterator::ReceivedBundleElementIterator ( const char *  sizePtr)
inline

Member Function Documentation

◆ Advance()

void osc::ReceivedBundleElementIterator::Advance ( )
inlineprivate

◆ IsEqualTo()

bool osc::ReceivedBundleElementIterator::IsEqualTo ( const ReceivedBundleElementIterator rhs) const
inlineprivate

◆ operator*()

const ReceivedBundleElement& osc::ReceivedBundleElementIterator::operator* ( ) const
inline

◆ operator++() [1/2]

ReceivedBundleElementIterator osc::ReceivedBundleElementIterator::operator++ ( )
inline

◆ operator++() [2/2]

ReceivedBundleElementIterator osc::ReceivedBundleElementIterator::operator++ ( int  )
inline

◆ operator->()

const ReceivedBundleElement* osc::ReceivedBundleElementIterator::operator-> ( ) const
inline

Friends And Related Function Documentation

◆ operator==

bool operator== ( const ReceivedBundleElementIterator lhs,
const ReceivedBundleElementIterator rhs 
)
friend

Member Data Documentation

◆ value_

ReceivedBundleElement osc::ReceivedBundleElementIterator::value_
private

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