OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Attributes | List of all members
ESM::FourCC< a, b, c, d > Struct Template Reference

#include <defs.hpp>

Collaboration diagram for ESM::FourCC< a, b, c, d >:

Static Public Attributes

static const unsigned int value = (((((d << 8) | c) << 8) | b) << 8) | a
 

Member Data Documentation

template<int a, int b, int c, int d>
const unsigned int ESM::FourCC< a, b, c, d >::value = (((((d << 8) | c) << 8) | b) << 8) | a
static

The documentation for this struct was generated from the following file: