#include <soundstreamid.h>

Public Member Functions | |
| SoundStreamID () | |
| SoundStreamID (const SoundStreamID &org) | |
| SoundStreamID & | operator= (const SoundStreamID &id) |
| bool | operator== (const SoundStreamID id) const |
| bool | operator!= (const SoundStreamID id) const |
| bool | operator> (const SoundStreamID id) const |
| bool | operator< (const SoundStreamID id) const |
| bool | operator>= (const SoundStreamID id) const |
| bool | operator<= (const SoundStreamID id) const |
| bool | HasSamePhysicalID (const SoundStreamID &x) const |
| bool | isValid () const |
| void | invalidate () |
| int | getID () const |
| int | getPhysicalID () const |
Static Public Member Functions | |
| static SoundStreamID | createNewID () |
| static SoundStreamID | createNewID (const SoundStreamID &oldID) |
Static Public Attributes | |
| static const SoundStreamID | InvalidID |
Protected Attributes | |
| unsigned | m_ID |
| unsigned | m_PhysicalID |
Static Protected Attributes | |
| static unsigned | nextID |
| static unsigned | nextPhysicalID |
Private Member Functions | |
| SoundStreamID (int _id, int _phys_id) | |
Definition at line 28 of file soundstreamid.h.
|
private |
| SoundStreamID::SoundStreamID | ( | ) |
| SoundStreamID::SoundStreamID | ( | const SoundStreamID & | org | ) |
|
static |
|
static |
|
inline |
Definition at line 54 of file soundstreamid.h.
|
inline |
Definition at line 55 of file soundstreamid.h.
|
inline |
Definition at line 47 of file soundstreamid.h.
References m_PhysicalID.
| void SoundStreamID::invalidate | ( | ) |
|
inline |
Definition at line 49 of file soundstreamid.h.
|
inline |
Definition at line 41 of file soundstreamid.h.
|
inline |
Definition at line 43 of file soundstreamid.h.
|
inline |
Definition at line 45 of file soundstreamid.h.
| SoundStreamID& SoundStreamID::operator= | ( | const SoundStreamID & | id | ) |
|
inline |
Definition at line 40 of file soundstreamid.h.
|
inline |
Definition at line 42 of file soundstreamid.h.
|
inline |
Definition at line 44 of file soundstreamid.h.
|
static |
Definition at line 52 of file soundstreamid.h.
|
protected |
Definition at line 58 of file soundstreamid.h.
|
protected |
Definition at line 59 of file soundstreamid.h.
Referenced by HasSamePhysicalID().
|
staticprotected |
Definition at line 60 of file soundstreamid.h.
|
staticprotected |
Definition at line 61 of file soundstreamid.h.
1.8.1.2