|
static CU_API ElementPtrT | makeElement (ResourceCacheBaseT< Font, String, ResourceCacheTraitsT< Font, String > > const &cache, KeyT const &name, uint32_t height, Path const &path) |
|
static CU_API ElementPtrT | makeElement (ResourceCacheBaseT< Font, String, ResourceCacheTraitsT< Font, String > > const &cache, KeyT const &name, Path const &path) |
|
static ElementPtrT | makeElement (ElementCacheT const &cache, ElementKeyT const &key, ParametersT &&... params) |
|
static ElementObsT | makeElementObs (ElementPtrT const &element) |
|
static bool | areElementsEqual (ElementObsT const &lhs, ElementObsT const &rhs) |
|
static bool | areElementsEqual (ElementObsT const &lhs, ElementPtrT const &rhs) |
|
static bool | areElementsEqual (ElementPtrT const &lhs, ElementObsT const &rhs) |
|
static bool | areElementsEqual (ElementPtrT const &lhs, ElementPtrT const &rhs) |
|
static bool | isElementObsNull (ElementObsT const &element) |
|
Helper structure to specialise a cache behaviour.