xoreos
0.0.5
|
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] |
|
inline |
Definition at line 66 of file asf.cpp.
References Common::ReadStream::read().
|
inline |
|
inline |
|
inline |
Definition at line 85 of file asf.cpp.
References Common::UString::format().
Referenced by Sound::ASFStream::load().
|
private |
Definition at line 91 of file asf.cpp.
Referenced by operator!=(), and operator==().