A four-byte chunk ID appearing in an "IFF" file. More...
#include "iffId.h"
Public Member Functions | |
IffId (const char id[4]) | |
IffId (const IffId ©) | |
std::string | get_name () const |
Returns the four-character name of the Id, for outputting. More... | |
bool | operator != (const IffId &other) const |
bool | operator< (const IffId &other) const |
The ordering is arbitrary, and may not even be consistent between different architectures (e.g. More... | |
void | operator= (const IffId ©) |
bool | operator== (const IffId &other) const |
void | output (std::ostream &out) const |
A four-byte chunk ID appearing in an "IFF" file.
This is used to identify the meaning of each chunk, and can be treated either as a concrete object or as a string, something like a TypeHandle.
|
inline |
|
inline |