#include <ScriptValues.h>
Public Member Functions | |
ScriptValue (const std::string &id, const std::size_t offset, int type) | |
ScriptValue () | |
const std::string & | getID () const |
const std::size_t | getOffset () const |
const int | getType () const |
Private Attributes | |
std::string | _id |
std::size_t | _offset |
int | _type |
Definition at line 10 of file ScriptValues.h.
scripts::ScriptValue::ScriptValue | ( | const std::string & | id, | |
const std::size_t | offset, | |||
int | type | |||
) | [inline] |
Definition at line 22 of file ScriptValues.h.
scripts::ScriptValue::ScriptValue | ( | ) | [inline] |
Definition at line 27 of file ScriptValues.h.
const std::string& scripts::ScriptValue::getID | ( | ) | const [inline] |
Definition at line 31 of file ScriptValues.h.
References _id.
const std::size_t scripts::ScriptValue::getOffset | ( | ) | const [inline] |
Definition at line 36 of file ScriptValues.h.
References _offset.
const int scripts::ScriptValue::getType | ( | ) | const [inline] |
Definition at line 41 of file ScriptValues.h.
References _type.
std::string scripts::ScriptValue::_id [private] |
Definition at line 14 of file ScriptValues.h.
Referenced by getID().
std::size_t scripts::ScriptValue::_offset [private] |
Definition at line 16 of file ScriptValues.h.
Referenced by getOffset().
int scripts::ScriptValue::_type [private] |
Definition at line 18 of file ScriptValues.h.
Referenced by getType().