OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
ESM::Header Struct Reference

File header record. More...

#include <loadtes3.hpp>

Collaboration diagram for ESM::Header:

Classes

struct  MasterData
 

Public Member Functions

void blank ()
 
void load (ESMReader &esm)
 
void save (ESMWriter &esm)
 

Public Attributes

GMDT mGameData
 
std::vector< unsigned char > mSCRD
 
std::vector< unsigned char > mSCRS
 
Data mData
 
int mFormat
 
std::vector< MasterDatamMaster
 

Static Public Attributes

static const int CurrentFormat = 0
 

Detailed Description

File header record.

Member Function Documentation

void ESM::Header::blank ( )

Here is the caller graph for this function:

void ESM::Header::load ( ESMReader esm)

Here is the call graph for this function:

Here is the caller graph for this function:

void ESM::Header::save ( ESMWriter esm)

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

const int ESM::Header::CurrentFormat = 0
static
Data ESM::Header::mData
int ESM::Header::mFormat
GMDT ESM::Header::mGameData
std::vector<MasterData> ESM::Header::mMaster
std::vector<unsigned char> ESM::Header::mSCRD
std::vector<unsigned char> ESM::Header::mSCRS

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