OpenMW
|
#include <string>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | ESM::Variant |
Namespaces | |
namespace | ESM |
ESM/ESP records. | |
Enumerations | |
enum | ESM::VarType { ESM::VT_Unknown = 0, ESM::VT_None, ESM::VT_Short, ESM::VT_Int, ESM::VT_Long, ESM::VT_Float, ESM::VT_String } |
Functions | |
std::ostream & | ESM::operator<< (std::ostream &stream, const Variant &value) |
bool | ESM::operator== (const Variant &left, const Variant &right) |
bool | ESM::operator!= (const Variant &left, const Variant &right) |