# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLSOUND::CSoundPattern::Iterator Class Reference

#include <sound_pattern.h>

Inheritance diagram for NLSOUND::CSoundPattern::Iterator:

NLSOUND::CSoundPattern::IntervalIterator NLSOUND::CSoundPattern::PatternIterator List of all members.

Public Methods

 Iterator (CSoundPattern *pattern, uint16 max)
Iterator & operator++ ()

Public Attributes

uint16 _Max
uint16 _Value
CSoundPattern_Pattern

Constructor & Destructor Documentation

NLSOUND::CSoundPattern::Iterator::Iterator CSoundPattern   pattern,
uint16    max
[inline]
 

Definition at line 54 of file sound_pattern.h.

References _Max, and _Value.

Referenced by NLSOUND::CSoundPattern::IntervalIterator::IntervalIterator, operator++, and NLSOUND::CSoundPattern::PatternIterator::PatternIterator.


Member Function Documentation

Iterator& NLSOUND::CSoundPattern::Iterator::operator++   [inline]
 

Definition at line 56 of file sound_pattern.h.

References _Max, _Value, and Iterator.


Member Data Documentation

uint16 NLSOUND::CSoundPattern::Iterator::_Max
 

Definition at line 50 of file sound_pattern.h.

Referenced by Iterator, and operator++.

CSoundPattern* NLSOUND::CSoundPattern::Iterator::_Pattern
 

Definition at line 52 of file sound_pattern.h.

Referenced by NLSOUND::CSoundPattern::IntervalIterator::operator *, and NLSOUND::CSoundPattern::PatternIterator::operator *.

uint16 NLSOUND::CSoundPattern::Iterator::_Value
 

Definition at line 51 of file sound_pattern.h.

Referenced by Iterator, and operator++.


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