#include <sound_pattern.h>
Inheritance diagram for NLSOUND::CSoundPattern::PatternIterator:
Public Member Functions | |
std::string & | operator * () |
Iterator & | operator++ () |
PatternIterator (CSoundPattern *pattern, uint16 max) | |
PatternIterator () | |
Data Fields | |
uint16 | _Max |
CSoundPattern * | _Pattern |
uint16 | _Value |
|
Definition at line 67 of file sound_pattern.h.
00067 : Iterator(0, 0) {} |
|
Definition at line 68 of file sound_pattern.h. References uint16.
00068 : Iterator(pattern, max) {} |
|
Definition at line 70 of file sound_pattern.h. References NLSOUND::CSoundPattern::getSound().
00070 { 00071 return _Pattern->getSound(this); 00072 } |
|
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. |