Castor3D 0.16.0
Multiplatform 3D engine
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
castor::ResourceCacheTraitsT< Font, String > Struct Reference

#include <GraphicsModule.hpp>

Inheritance diagram for castor::ResourceCacheTraitsT< Font, String >:
Inheritance graph
[legend]
Collaboration diagram for castor::ResourceCacheTraitsT< Font, String >:
Collaboration graph
[legend]

Public Types

using KeyT = String
 
using Base = ResourceCacheTraitsBaseT< Font, KeyT, ResourceCacheTraitsT< Font, KeyT > >
 
using ElementT = typename Base::ElementT
 
using ElementPtrT = typename Base::ElementPtrT
 
- Public Types inherited from castor::ResourceCacheTraitsBaseT< Font, String, ResourceCacheTraitsT< Font, String > >
using ElementT
 
using ElementKeyT
 
using ElementPtrT
 
using ElementObsT
 
using ElementContT
 
using ElementCacheT
 
using ElementInitialiserT
 
using ElementCleanerT
 
using ElementMergerT
 

Static Public Member Functions

static CU_API ElementPtrT makeElement (ResourceCacheBaseT< Font, String, ResourceCacheTraitsT< Font, String > > const &cache, KeyT const &name, uint32_t height, Path const &path)
 
- Static Public Member Functions inherited from castor::ResourceCacheTraitsBaseT< Font, String, ResourceCacheTraitsT< Font, String > >
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)
 

Static Public Attributes

static CU_API const String Name
 

Detailed Description

Helper structure to specialise a cache behaviour.

Remarks
Specialisation for castor::Font.

Member Typedef Documentation

◆ Base

◆ ElementPtrT

using castor::ResourceCacheTraitsT< Font, String >::ElementPtrT = typename Base::ElementPtrT

◆ ElementT

using castor::ResourceCacheTraitsT< Font, String >::ElementT = typename Base::ElementT

◆ KeyT

Member Function Documentation

◆ makeElement()

static CU_API ElementPtrT castor::ResourceCacheTraitsT< Font, String >::makeElement ( ResourceCacheBaseT< Font, String, ResourceCacheTraitsT< Font, String > > const & cache,
KeyT const & name,
uint32_t height,
Path const & path )
static

Member Data Documentation

◆ Name


The documentation for this struct was generated from the following file: