xoreos  0.0.5
Namespaces | Typedefs | Functions | Variables
gdaheaders.cpp File Reference

Resolve a GDA column header hash back to its string. More...

#include "src/common/util.h"
#include "src/common/binsearch.h"
#include "src/aurora/gdaheaders.h"
Include dependency graph for gdaheaders.cpp:

Go to the source code of this file.

Namespaces

 Aurora
 

Typedefs

typedef Common::BinSearchValue< uint32, const char * > Aurora::GDAHeaderHash
 

Functions

const char * Aurora::findGDAHeader (uint32 hash)
 

Variables

static const GDAHeaderHash Aurora::kGDAHeaderHashes []
 All currently known GDA column header strings, together with their CRC32 hashes. More...
 

Detailed Description

Resolve a GDA column header hash back to its string.

Definition in file gdaheaders.cpp.