#include <sound_pattern.h>
Inheritance diagram for NLSOUND::CSoundPattern::IntervalIterator:
Public Member Functions | |
IntervalIterator (CSoundPattern *pattern, uint16 max) | |
IntervalIterator () | |
uint32 | operator * () |
Iterator & | operator++ () |
Data Fields | |
uint16 | _Max |
CSoundPattern * | _Pattern |
uint16 | _Value |
|
Definition at line 78 of file sound_pattern.h.
00078 : Iterator(0, 0) {} |
|
Definition at line 79 of file sound_pattern.h. References uint16.
00079 : Iterator(pattern, max) {} |
|
Definition at line 81 of file sound_pattern.h. References NLSOUND::CSoundPattern::getInterval(), and uint32.
00081 { 00082 return _Pattern->getInterval(this); 00083 } |
|
Definition at line 56 of file sound_pattern.h.
|
|
Definition at line 50 of file sound_pattern.h. |
|
Definition at line 52 of file sound_pattern.h. Referenced by NLSOUND::CSoundPattern::Iterator::Iterator(). |
|
Definition at line 51 of file sound_pattern.h. |