#include <OscReceivedElements.h>
Public Member Functions | |
| ReceivedBundleElementIterator (const char *sizePtr) | |
| ReceivedBundleElementIterator | operator++ () |
| ReceivedBundleElementIterator | operator++ (int) |
| const ReceivedBundleElement & | operator* () const |
| const ReceivedBundleElement * | operator-> () const |
Friends | |
| bool | operator== (const ReceivedBundleElementIterator &lhs, const ReceivedBundleElementIterator &rhs) |
| osc::ReceivedBundleElementIterator::ReceivedBundleElementIterator | ( | const char * | sizePtr ) | [inline] |
| const ReceivedBundleElement& osc::ReceivedBundleElementIterator::operator* | ( | ) | const [inline] |
| ReceivedBundleElementIterator osc::ReceivedBundleElementIterator::operator++ | ( | int | ) | [inline] |
| ReceivedBundleElementIterator osc::ReceivedBundleElementIterator::operator++ | ( | ) | [inline] |
| const ReceivedBundleElement* osc::ReceivedBundleElementIterator::operator-> | ( | ) | const [inline] |
| bool operator== | ( | const ReceivedBundleElementIterator & | lhs, |
| const ReceivedBundleElementIterator & | rhs | ||
| ) | [friend] |
1.7.2