|
| enum | DataType {
S16,
S32,
FLOAT,
COLOR,
STRING,
SET
} |
| |
|
|
void | add (Lump *lump) |
| |
|
void | addFirst (Lump *lump) |
| |
|
size_t | count () const |
| |
|
|
static Lump * | s16Data (int value) |
| |
|
static Lump * | s32Data (int value) |
| |
|
static Lump * | floatData (float value) |
| |
|
static Lump * | colorData (int color) |
| |
|
static Lump * | stringData (const std::string &value) |
| |
|
static Lump * | set (const std::string &className, bool isReference=false) |
| |
|
|
const DataType | type |
| |
|
union { |
| int i |
| |
| float f |
| |
| std::string * s |
| |
| LumpSet * p |
| |
| } | data |
| |
The documentation for this class was generated from the following files:
- Build/Converter/Lump.h
- Build/Converter/Lump.cpp