| 
    CommonLibSSE NG
    
   | 
 
#include <ConcreteObjectFormFactory.h>
  
Public Member Functions | |
| ~ConcreteObjectFormFactory () override | |
| const char * | GetObjectName () const override | 
| OBJECT_TYPE | GetObjectType () const override | 
| OBJECT_CATEGORY_TYPE | GetObjectCategory () const override | 
  Public Member Functions inherited from RE::ConcreteFormFactory< T, FORM_TYPE > | |
| ~ConcreteFormFactory () override | |
| const char * | GetFormName () const override | 
| FormType | GetFormType () const override | 
| T * | Create () | 
  Public Member Functions inherited from RE::IFormFactory | |
| virtual | ~IFormFactory () | 
| virtual const char * | GetFormName () const =0 | 
| virtual FormType | GetFormType () const =0 | 
| virtual const char * | GetObjectName () const | 
| virtual OBJECT_TYPE | GetObjectType () const | 
| virtual OBJECT_CATEGORY_TYPE | GetObjectCategory () const | 
| TESForm * | Create () | 
Additional Inherited Members | |
  Static Public Member Functions inherited from RE::IFormFactory | |
| static std::pair< IFormFactory **, bool > | GetFormFactories () | 
| static IFormFactory * | GetFormFactoryByType (FormType a_formType) | 
| template<class T > | |
| static ConcreteFormFactory< T, T::FORMTYPE > * | GetConcreteFormFactoryByType () | 
  Static Public Attributes inherited from RE::IFormFactory | |
| static constexpr auto | RTTI = RTTI_IFormFactory | 
  Protected Member Functions inherited from RE::ConcreteFormFactory< T, FORM_TYPE > | |
| TESForm * | CreateImpl () override | 
| virtual TESForm * | CreateImpl ()=0 | 
  Protected Attributes inherited from RE::ConcreteFormFactory< T, FORM_TYPE > | |
| const char * | _name | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Reimplemented from RE::IFormFactory.
      
  | 
  overridevirtual | 
Reimplemented from RE::IFormFactory.
      
  | 
  overridevirtual | 
Reimplemented from RE::IFormFactory.