hecl
High-Level Extensible Combiner Language and Resource Database
|
FourCC representation used within HECL's database. More...
#include <HECL.hpp>
Public Member Functions | |
FourCC (const char *name) | |
bool | operator== (const FourCC &other) const |
bool | operator!= (const FourCC &other) const |
bool | operator== (const char *other) const |
bool | operator!= (const char *other) const |
std::string | toString () const |
FourCC representation used within HECL's database.
FourCCs are efficient, mnemonic four-char-sequences used to represent types while fitting comfortably in a 32-bit word. HECL uses a four-char array to remain endian-independent.