14 class InventoryChanges;
23 [[nodiscard]]
bool HasType(std::uint32_t a_type)
const;
24 void MarkType(std::uint32_t a_type,
bool a_cleared);
65 _cur(std::move(a_rhs._cur))
74 if (
this != std::addressof(a_rhs)) {
82 if (
this != std::addressof(a_rhs)) {
98 assert(_cur !=
nullptr);
138 return static_cast<T*
>(
GetByType(T::EXTRADATATYPE));
144 return static_cast<const T*
>(
GetByType(T::EXTRADATATYPE));
152 return HasType(T::EXTRADATATYPE);
160 return Remove(T::EXTRADATATYPE, a_toRemove);
180 void MarkType(std::uint32_t a_type,
bool a_cleared);
Definition: BGSEncounterZone.h:43
Definition: BGSKeyword.h:10
Definition: BSAtomic.h:69
Definition: InventoryChanges.h:13
Definition: TESBoundObject.h:24
Definition: TESObjectREFR.h:103
Definition: AbsorbEffect.h:6
SOUL_LEVEL
Definition: SoulLevels.h:6
void swap(BSTTuple< T1, T2 > &a_lhs, BSTTuple< T1, T2 > &a_rhs) noexcept(noexcept(a_lhs.swap(a_rhs))) requires(std
Definition: BSTTuple.h:212
ExtraDataType
Definition: ExtraDataTypes.h:173