PicoScenes API Docs
 
Loading...
Searching...
No Matches
FrontEndFactory Class Reference

#include <FrontEndFactory.hxx>

Static Public Member Functions

static std::shared_ptr< AbstractFrontEndgetFrontEndInstance (const std::string &referredInterfaceName)
 
template<typename FrontEndT , class = typename std::enable_if<std::is_base_of<AbstractFrontEnd, FrontEndT>::value>::type>
static std::shared_ptr< FrontEndT > getTypedFrontEndInstance (const std::string &referredInterfaceName)
 

Detailed Description

Definition at line 10 of file FrontEndFactory.hxx.

Member Function Documentation

◆ getFrontEndInstance()

static std::shared_ptr< AbstractFrontEnd > FrontEndFactory::getFrontEndInstance ( const std::string &  referredInterfaceName)
static

◆ getTypedFrontEndInstance()

template<typename FrontEndT , class = typename std::enable_if<std::is_base_of<AbstractFrontEnd, FrontEndT>::value>::type>
static std::shared_ptr< FrontEndT > FrontEndFactory::getTypedFrontEndInstance ( const std::string &  referredInterfaceName)
inlinestatic

The documentation for this class was generated from the following file: