MIRA
|
A four-character code that is used to identify data formats and codecs. More...
#include <serialization/BinarySerializerCodec.h>
Public Member Functions | |
Fourcc (const std::string &iFourcc="NULL") | |
Constructs Fourcc from string. More... | |
Fourcc (uint32 val) | |
Constructs Fourcc from 32bit value. More... | |
template<typename Reflector > | |
void | reflect (Reflector &r) |
bool | operator== (Fourcc other) const |
bool | operator!= (Fourcc other) const |
bool | operator< (Fourcc other) const |
std::string | string () const |
Returns the fourcc as human readable string. More... | |
Static Public Member Functions | |
static Fourcc | null () |
Returns the 'NULL' fourcc. More... | |
Public Attributes | |
union { | |
char fourcc [4] | |
uint32 value | |
}; | |
A four-character code that is used to identify data formats and codecs.
|
inline |
|
inlinestatic |
Returns the 'NULL' fourcc.
|
inline |
|
inline |
|
inline |
|
inline |
Returns the fourcc as human readable string.
char fourcc[4] |
uint32 value |
union { ... } |