MVC  0.0.1
Открытые типы | Открытые члены | Открытые атрибуты | Полный список членов класса
Структура RegistryObjects

#include <registry.h>

+ Граф связей класса RegistryObjects:

Открытые типы

using FactoryPrimitive = std::map< typePrimitive, std::unique_ptr< IFactory > >
 

Открытые члены

 RegistryObjects ()
 
void addRegistry (typePrimitive)
 
void removeRegistry (typePrimitive)
 

Открытые атрибуты

FactoryPrimitive makeObjects
 

Определения типов

◆ FactoryPrimitive

using RegistryObjects::FactoryPrimitive = std::map<typePrimitive, std::unique_ptr<IFactory> >

Конструктор(ы)

◆ RegistryObjects()

RegistryObjects::RegistryObjects ( )
inline

Методы

◆ addRegistry()

void RegistryObjects::addRegistry ( typePrimitive  )
inline

◆ removeRegistry()

void RegistryObjects::removeRegistry ( typePrimitive  )
inline

Данные класса

◆ makeObjects

FactoryPrimitive RegistryObjects::makeObjects

Объявления и описания членов структуры находятся в файле: