Acoustic Touch Recognition
|
#include <OscReceivedElements.h>
Public Member Functions | |
ReceivedBundleElementIterator (const char *sizePtr) | |
ReceivedBundleElementIterator | operator++ () |
ReceivedBundleElementIterator | operator++ (int) |
const ReceivedBundleElement & | operator* () const |
const ReceivedBundleElement * | operator-> () 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) |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |