| 
    CommonLibSSE NG
    
   | 
 
#include <ConcreteFormFactory.h>
  
Public Member Functions | |
| ~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 () | 
Protected Member Functions | |
| TESForm * | CreateImpl () override | 
| virtual TESForm * | CreateImpl ()=0 | 
Protected Attributes | |
| const char * | _name | 
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 | 
      
  | 
  override | 
      
  | 
  inline | 
      
  | 
  overrideprotectedvirtual | 
Implements RE::IFormFactory.
      
  | 
  overridevirtual | 
Implements RE::IFormFactory.
      
  | 
  overridevirtual | 
Implements RE::IFormFactory.
      
  | 
  protected |