xoreos  0.0.5
Public Member Functions | Private Attributes | List of all members
Sound::ASFGUID Class Reference

Public Member Functions

 ASFGUID (Common::SeekableReadStream &stream)
 
 ASFGUID (byte a0, byte a1, byte a2, byte a3, byte a4, byte a5, byte a6, byte a7, byte a8, byte a9, byte a10, byte a11, byte a12, byte a13, byte a14, byte a15)
 
bool operator== (const ASFGUID &g) const
 
bool operator!= (const ASFGUID &g) const
 
Common::UString toString () const
 

Private Attributes

byte id [16]
 

Detailed Description

Definition at line 64 of file asf.cpp.

Constructor & Destructor Documentation

◆ ASFGUID() [1/2]

Sound::ASFGUID::ASFGUID ( Common::SeekableReadStream stream)
inline

Definition at line 66 of file asf.cpp.

References Common::ReadStream::read().

Here is the call graph for this function:

◆ ASFGUID() [2/2]

Sound::ASFGUID::ASFGUID ( byte  a0,
byte  a1,
byte  a2,
byte  a3,
byte  a4,
byte  a5,
byte  a6,
byte  a7,
byte  a8,
byte  a9,
byte  a10,
byte  a11,
byte  a12,
byte  a13,
byte  a14,
byte  a15 
)
inline

Definition at line 70 of file asf.cpp.

Member Function Documentation

◆ operator!=()

bool Sound::ASFGUID::operator!= ( const ASFGUID g) const
inline

Definition at line 81 of file asf.cpp.

References id.

◆ operator==()

bool Sound::ASFGUID::operator== ( const ASFGUID g) const
inline

Definition at line 77 of file asf.cpp.

References id.

◆ toString()

Common::UString Sound::ASFGUID::toString ( ) const
inline

Definition at line 85 of file asf.cpp.

References Common::UString::format().

Referenced by Sound::ASFStream::load().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ id

byte Sound::ASFGUID::id[16]
private

Definition at line 91 of file asf.cpp.

Referenced by operator!=(), and operator==().


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