65 Item *child =
nullptr;
68 Item *
const item1 = *it;
std::vector< Item * > mChildItems
void addChild(const Item *const item, const int amount)
ComplexItem(const int id, const ItemTypeT type, const int quantity, const uint8_t refine, const ItemColor color, const Identified identified, const Damaged damaged, const Favorite favorite, const Equipm equipment, const Equipped equipped)
uint8_t getRefine() const
void setInvIndex(const int index)
Favorite getFavorite() const
void setTag(const int tag)
ItemColor getColor() const
Identified getIdentified() const
ItemTypeT getType() const
Damaged getDamaged() const
void increaseQuantity(const int amount)
void delete_all(Container &c)
const bool Equipped_false
#define FOR_EACH(type, iter, array)