TrinityCore
ScriptRegistryCompositum::DeleteableObject< T > Class Template Reference
+ Inheritance diagram for ScriptRegistryCompositum::DeleteableObject< T >:

Public Member Functions

 DeleteableObject (T &&object)
 
- Public Member Functions inherited from ScriptRegistryCompositum::DeleteableObjectBase
 DeleteableObjectBase ()
 
virtual ~DeleteableObjectBase ()
 
 DeleteableObjectBase (DeleteableObjectBase const &)=delete
 
DeleteableObjectBaseoperator= (DeleteableObjectBase const &)=delete
 

Private Attributes

_object
 

Detailed Description

template<typename T>
class ScriptRegistryCompositum::DeleteableObject< T >

Definition at line 202 of file ScriptMgr.cpp.

Constructor & Destructor Documentation

◆ DeleteableObject()

template<typename T >
ScriptRegistryCompositum::DeleteableObject< T >::DeleteableObject ( T &&  object)
inline

Definition at line 206 of file ScriptMgr.cpp.

Member Data Documentation

◆ _object

template<typename T >
T ScriptRegistryCompositum::DeleteableObject< T >::_object
private

Definition at line 210 of file ScriptMgr.cpp.


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