#include <iffId.h>
Public Member Functions | |
INLINE | IffId () |
INLINE | IffId (const char id[4]) |
INLINE | IffId (const IffId ©) |
INLINE void | operator= (const IffId ©) |
INLINE bool | operator== (const IffId &other) const |
INLINE bool | operator!= (const IffId &other) const |
INLINE bool | operator< (const IffId &other) const |
INLINE string | get_name () const |
void | output (ostream &out) const |
Private Attributes | |
union { | |
PN_uint32 _n | |
char _c [4] | |
} | _id |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 29 of file iffId.cxx. References _id. |
|
|
|
Referenced by output(). |
|
|