CommonLibVR
AutoRegisterFactory.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  // auto registers the factory with the manager
6  template <class Parent, class Manager>
7  class AutoRegisterFactory : public Parent
8  {
9  public:
10  static_assert(sizeof(AutoRegisterFactory) == 0x8);
11  virtual ~AutoRegisterFactory(); // 00
12  private:
13  KEEP_FOR_RE()
14  };
15 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: AutoRegisterFactory.h:8
virtual ~AutoRegisterFactory()
Definition: AbsorbEffect.h:6