Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <unit_const_cache.h>
Static Public Member Functions | |
static const Typ * | getCachedConst (Key k) |
static Typ * | getCachedMutable (const Key &k) |
static Typ * | setCachedMutable (const Key &k, Typ *un) |
static const Typ * | setCachedConst (const Key &k, Typ *un) |
static void | purgeCache (void(*Kill)(Typ *un)) |
Definition at line 51 of file unit_const_cache.h.
|
inlinestatic |
Definition at line 59 of file unit_const_cache.h.
References ClassCache< Typ, Key >::getCachedMutable().
Referenced by Unit::FilterDowngradeList(), getUnitFromUpgradeName(), loadUnitByCache(), makeFinalBlankUpgrade(), makeTemplateUpgrade(), BaseComputer::SellUpgradeOperation::selectMount(), Unit::Upgrade(), and UpgradeUnit().
|
inlinestatic |
Definition at line 63 of file unit_const_cache.h.
References i.
Referenced by ClassCache< Typ, Key >::getCachedConst(), and getTemplate().
|
inlinestatic |
|
inlinestatic |
Definition at line 79 of file unit_const_cache.h.
References ClassCache< Typ, Key >::setCachedMutable().
Referenced by Unit::FilterDowngradeList(), getUnitFromUpgradeName(), loadUnitByCache(), makeFinalBlankUpgrade(), makeTemplateUpgrade(), Unit::Upgrade(), and UpgradeUnit().
|
inlinestatic |
Definition at line 74 of file unit_const_cache.h.
Referenced by getTemplate(), and ClassCache< Typ, Key >::setCachedConst().