www.mooseframework.org
Classes | Typedefs
AppFactory.h File Reference

Go to the source code of this file.

Classes

struct  AppFactoryBuildInfoBase
 Polymorphic data structure with parameter and object build access. More...
 
struct  AppFactoryBuildInfo< T >
 
class  AppFactory
 Generic AppFactory class for building Application objects. More...
 

Typedefs

using MooseAppPtr = std::shared_ptr< MooseApp >
 alias to wrap shared pointer type More...
 
using AppFactoryBuildInfoMap = std::map< std::string, std::unique_ptr< AppFactoryBuildInfoBase > >
 

Typedef Documentation

◆ AppFactoryBuildInfoMap

using AppFactoryBuildInfoMap = std::map<std::string, std::unique_ptr<AppFactoryBuildInfoBase> >

Definition at line 50 of file AppFactory.h.

◆ MooseAppPtr

using MooseAppPtr = std::shared_ptr<MooseApp>

alias to wrap shared pointer type

Definition at line 27 of file AppFactory.h.