CoriEngine
Loading...
Searching...
No Matches
AutoRegisteringFactory.hpp File Reference

Go to the source code of this file.

Classes

class  Cori::Core::Factory< BaseType, KeyType, CtorArgs >
class  Cori::Core::RegisterInFactory< BaseType, DerivedType, KeyType, KeyValue, CtorArgs >

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Core
 Core systems of the engine are here.

Macros

#define CORI_REGISTERED_FACTORY_INIT

Macro Definition Documentation

◆ CORI_REGISTERED_FACTORY_INIT

#define CORI_REGISTERED_FACTORY_INIT
Value:
private: \
struct StaticInitHelper { \
StaticInitHelper() { \
(void)RegisterShared; \
(void)RegisterUnique; \
} \
}; \
inline static StaticInitHelper s_InitHelper

Definition at line 102 of file AutoRegisteringFactory.hpp.