Castor3D 0.16.0
Multiplatform 3D engine
Types publics | Fonctions membres publiques | Liste de tous les membres
Référence de la classe castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >final

Cache de plug-ins. Plus de détails...

#include <PluginCache.hpp>

Graphe d'héritage de castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >:
Inheritance graph
[légende]
Graphe de collaboration de castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >:
Collaboration graph
[légende]

Types publics

using ElementT = castor3d::Plugin
 
using ElementKeyT = String
 
using ElementCacheTraitsT = castor3d::PluginCacheTraits
 
using ElementCacheT = ResourceCacheBaseT< ElementT, ElementKeyT, ElementCacheTraitsT >
 
using ElementPtrT = typename ElementCacheT::ElementPtrT
 
using ElementContT = typename ElementCacheT::ElementContT
 
using ElementInitialiserT = typename ElementCacheT::ElementInitialiserT
 
using ElementCleanerT = typename ElementCacheT::ElementCleanerT
 
using ElementMergerT = typename ElementCacheT::ElementMergerT
 
- Types publics hérités de castor::ResourceCacheBaseT< castor3d::Plugin, String, castor3d::PluginCacheTraits >
using ElementT
 
using ElementKeyT
 
using ElementCacheTraitsT
 
using ElementCacheBaseT
 
using ElementCacheT
 
using ElementPtrT
 
using ElementObsT
 
using ElementContT
 
using ElementInitialiserT
 
using ElementCleanerT
 
using ElementMergerT
 

Fonctions membres publiques

C3D_API ResourceCacheT (castor3d::Engine &engine)
 Constructeur.
 
C3D_API void clear () noexcept
 Vide la collection.
 
C3D_API ElementObsT loadPlugin (String const &pluginName, Path const &pathFolder) noexcept
 Charge un plug-in, selon son nom (ex : libGlRenderSystem.dll => GlRenderSystem)
 
C3D_API ElementObsT loadPlugin (Path const &fileFullPath) noexcept
 Charge un plug-in dont le chemin est donné
 
C3D_API castor::StringMap< castor3d::PluginRPtr > getPlugins (castor3d::PluginType type)
 Récupère les plug-ins du type donné
 
C3D_API void loadAllPlugins (Path const &folder)
 Charge tous les plug-ins d'un dossier donné
 
- Fonctions membres publiques hérités de castor::ResourceCacheBaseT< castor3d::Plugin, String, castor3d::PluginCacheTraits >
 ResourceCacheBaseT (ResourceCacheBaseT const &)=delete
 
 ResourceCacheBaseT (ResourceCacheBaseT &&) noexcept=delete
 
ResourceCacheBaseToperator= (ResourceCacheBaseT const &)=delete
 
ResourceCacheBaseToperator= (ResourceCacheBaseT &&) noexcept=delete
 
void cleanup () noexcept
 Met tous les éléments à nettoyer.
 
void clear () noexcept
 Vide la collection.
 
ElementPtrT create (ElementKeyT const &name, ParametersT &&... parameters) const
 Crée un élément.
 
ElementObsT tryAdd (ElementKeyT const &name, ElementPtrT &element, bool initialise=false)
 Ajoute un élément.
 
ElementObsT tryAdd (ElementKeyT const &name, bool initialise, ElementObsT &created, ParametersT &&... parameters)
 Ajoute un élément, construict sur place.
 
ElementObsT tryAddNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=false)
 Ajoute un élément.
 
ElementObsT tryAddNoLock (ElementKeyT const &name, bool initialise, ElementObsT &created, ParametersT &&... parameters)
 Ajoute un élément, construict sur place.
 
ElementObsT add (ElementKeyT const &name, ElementPtrT &element, bool initialise=true)
 Version journalisante de tryAdd.
 
ElementObsT add (ElementKeyT const &name, ParametersT &&... parameters)
 Version journalisante de tryAdd.
 
ElementObsT addNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=true)
 Version journalisante de tryAdd.
 
ElementObsT addNoLock (ElementKeyT const &name, ParametersT &&... parameters)
 Version journalisante de tryAdd.
 
ElementPtrT tryRemove (ElementKeyT const &name, bool cleanup=false) noexcept
 Retire un élément à partir d'un nom.
 
ElementPtrT tryRemoveNoLock (ElementKeyT const &name, bool cleanup=false) noexcept
 Retire un élément à partir d'un nom.
 
ElementPtrT remove (ElementKeyT const &name, bool cleanup=false) noexcept
 Version journalisante de tryAdd.
 
ElementPtrT removeNoLock (ElementKeyT const &name, bool cleanup=false) noexcept
 Version journalisante de tryAdd.
 
void rename (ElementKeyT const &oldName, ElementKeyT const &newName)
 Renomme une ressource.
 
ElementObsT tryFind (ElementKeyT const &name) const noexcept
 Cherche un élément par son nom.
 
ElementObsT tryFindNoLock (ElementKeyT const &name) const noexcept
 Cherche un élément par son nom.
 
ElementObsT find (ElementKeyT const &name) const
 Version journalisante de tryAdd.
 
ElementObsT findNoLock (ElementKeyT const &name) const
 Version journalisante de tryAdd.
 
void mergeInto (ElementCacheBaseT &destination)
 Met les éléments de ce cache dans ceux de celui donné.
 
void forEach (FuncType func) const
 
void forEach (FuncType func)
 
uint32_t getObjectCount () const noexcept
 
uint32_t getObjectCountNoLock () const noexcept
 
String const & getObjectTypeName () const noexcept
 
bool has (ElementKeyT const &name) const noexcept
 
bool hasNoLock (ElementKeyT const &name) const noexcept
 
bool isEmpty () const noexcept
 
bool isEmptyNoLock () const noexcept
 
void lock () const
 
void unlock () const noexcept
 
auto begin () noexcept
 
auto begin () const noexcept
 
auto end () noexcept
 
auto end () const noexcept
 
void reportCreation (String const &name) const
 
void reportAdded (String const &name) const
 
void reportDuplicate (String const &name) const
 
void reportNull () const
 
void reportUnknown (String const &name) const
 

Membres hérités additionnels

- Types protégés hérités de castor::ResourceCacheBaseT< castor3d::Plugin, String, castor3d::PluginCacheTraits >
using MutexT
 
- Fonctions membres protégées hérités de castor::ResourceCacheBaseT< castor3d::Plugin, String, castor3d::PluginCacheTraits >
void doCleanupNoLock () const noexcept
 
void doClearNoLock () noexcept
 
ElementPtrT doCreateT (ElementKeyT const &name, ParametersT &&... parameters) const
 
ElementObsT doTryAddNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=true)
 
ElementObsT doAddNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=true)
 
ElementObsT doTryAddNoLockT (ElementKeyT const &name, bool initialise, ElementObsT &created, ParametersT &&... parameters)
 
ElementObsT doAddNoLockT (ElementKeyT const &name, ParametersT &&... parameters)
 
ElementPtrT doTryRemoveNoLock (ElementKeyT const &name, bool cleanup=false) noexcept
 
ElementObsT doTryFindNoLock (ElementKeyT const &name) const noexcept
 
 ResourceCacheBaseT (LoggerInstance &logger, ElementInitialiserT initialise=ElementInitialiserT{}, ElementCleanerT clean=ElementCleanerT{}, ElementMergerT merge=ElementMergerT{})
 
virtual ~ResourceCacheBaseT () noexcept=default
 
- Attributs protégés hérités de castor::ResourceCacheBaseT< castor3d::Plugin, String, castor3d::PluginCacheTraits >
LoggerInstancem_logger
 
CheckedMutexT< MutexTm_mutex
 
ElementContT m_resources
 
ElementInitialiserT m_initialise
 
ElementCleanerT m_clean
 
ElementMergerT m_merge
 

Description détaillée

Cache de plug-ins.

Documentation des définitions de type membres

◆ ElementCacheT

◆ ElementCacheTraitsT

◆ ElementCleanerT

using castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::ElementCleanerT = typename ElementCacheT::ElementCleanerT

◆ ElementContT

using castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::ElementContT = typename ElementCacheT::ElementContT

◆ ElementInitialiserT

using castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::ElementInitialiserT = typename ElementCacheT::ElementInitialiserT

◆ ElementKeyT

◆ ElementMergerT

using castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::ElementMergerT = typename ElementCacheT::ElementMergerT

◆ ElementPtrT

using castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::ElementPtrT = typename ElementCacheT::ElementPtrT

◆ ElementT

Documentation des constructeurs et destructeur

◆ ResourceCacheT()

Constructeur.

Paramètres
[in]engineLe moteur.

Documentation des fonctions membres

◆ clear()

Vide la collection.

◆ getPlugins()

Récupère les plug-ins du type donné

Paramètres
[in]typeLe type de plu-ins
Renvoie
nullptr si non trouvé

◆ loadAllPlugins()

Charge tous les plug-ins d'un dossier donné

Paramètres
[in]folderLe dossier

◆ loadPlugin() [1/2]

Charge un plug-in dont le chemin est donné

Paramètres
[in]fileFullPathLe chemin du plug-in
Renvoie
Le plug-in chargé, nullptr si le chemin était incorrect ou s'il ne représentait pas un plug-in valide

◆ loadPlugin() [2/2]

C3D_API ElementObsT castor::ResourceCacheT< castor3d::Plugin, String, castor3d::PluginCacheTraits >::loadPlugin ( String const & pluginName,
Path const & pathFolder )
noexcept

Charge un plug-in, selon son nom (ex : libGlRenderSystem.dll => GlRenderSystem)

Paramètres
[in]pluginNameLe nom du plug-in
[in]pathFolderUn chemin optionnel, pour y trouver le plug-in
Renvoie
Le plug-in chargé, nullptr si non trouvé (nom incorrect ou non trouvé dans le chemin donné ou le chemin principal)

La documentation de cette classe a été générée à partir du fichier suivant :