OpenMW
|
Classes | |
struct | Nif::RecordFactoryEntry |
Namespaces | |
Nif | |
This file holds the main classes of NIF Records used by everything else. | |
Functions | |
template<typename NodeType > | |
static Record * | Nif::construct () |
static std::pair< std::string, RecordFactoryEntry > | Nif::makeEntry (std::string recName, Record *(*create_t)(), RecordType type) |
Helper function for adding records to the factory map. More... | |
static std::map< std::string, RecordFactoryEntry > | Nif::makeFactory () |
These are all the record types we know how to read. More... | |
Variables | |
static const std::map < std::string, RecordFactoryEntry > | Nif::factories = makeFactory() |
Make the factory map used for parsing the file. More... | |