Nsound
0.9.4
|
A helper class for advance operators. More...
#include <Nsound/AudioStreamSelection.h>
Public Member Functions | |
AudioStreamSelection (AudioStream &as, const BooleanVectorVector &bv) | |
AudioStreamSelection (const AudioStreamSelection ©) | |
AudioStreamSelection & | operator= (const AudioStreamSelection &rhs) |
~AudioStreamSelection () | |
AudioStreamSelection & | operator+= (const float64 &rhs) |
AudioStreamSelection & | operator-= (const float64 &rhs) |
AudioStreamSelection & | operator*= (const float64 &rhs) |
AudioStreamSelection & | operator/= (const float64 &rhs) |
AudioStreamSelection & | operator^= (const float64 &rhs) |
AudioStreamSelection & | operator= (const float64 &rhs) |
void | set (const float64 &rhs) |
Private Attributes | |
AudioStream * | target_as_ |
BooleanVectorVector | bv_ |
A helper class for advance operators.
Definition at line 50 of file AudioStreamSelection.h.
Nsound::AudioStreamSelection::AudioStreamSelection | ( | AudioStream & | as, |
const BooleanVectorVector & | bv | ||
) |
Definition at line 41 of file AudioStreamSelection.cc.
Nsound::AudioStreamSelection::AudioStreamSelection | ( | const AudioStreamSelection & | copy | ) |
Definition at line 50 of file AudioStreamSelection.cc.
|
inline |
Definition at line 58 of file AudioStreamSelection.h.
AudioStreamSelection & Nsound::AudioStreamSelection::operator= | ( | const AudioStreamSelection & | rhs | ) |
Definition at line 60 of file AudioStreamSelection.cc.
References bv_, and target_as_.
AudioStreamSelection & Nsound::AudioStreamSelection::operator+= | ( | const float64 & | rhs | ) |
Definition at line 76 of file AudioStreamSelection.cc.
AudioStreamSelection & Nsound::AudioStreamSelection::operator-= | ( | const float64 & | rhs | ) |
Definition at line 92 of file AudioStreamSelection.cc.
AudioStreamSelection & Nsound::AudioStreamSelection::operator*= | ( | const float64 & | rhs | ) |
Definition at line 108 of file AudioStreamSelection.cc.
AudioStreamSelection & Nsound::AudioStreamSelection::operator/= | ( | const float64 & | rhs | ) |
Definition at line 124 of file AudioStreamSelection.cc.
AudioStreamSelection & Nsound::AudioStreamSelection::operator^= | ( | const float64 & | rhs | ) |
Definition at line 140 of file AudioStreamSelection.cc.
AudioStreamSelection & Nsound::AudioStreamSelection::operator= | ( | const float64 & | rhs | ) |
Definition at line 156 of file AudioStreamSelection.cc.
|
inline |
Definition at line 70 of file AudioStreamSelection.h.
|
private |
Definition at line 70 of file AudioStreamSelection.h.
Referenced by operator=().
|
private |
Definition at line 75 of file AudioStreamSelection.h.
Referenced by operator=().