#include <FrontEndFactory.hxx>
Static Public Member Functions | |
static std::shared_ptr< AbstractFrontEnd > | getFrontEndInstance (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) |
Definition at line 10 of file FrontEndFactory.hxx.
|
static |
Referenced by getTypedFrontEndInstance().
|
inlinestatic |
Definition at line 15 of file FrontEndFactory.hxx.
References getFrontEndInstance(), and getTypedFrontEndInstance().
Referenced by AbstractNIC::getTypedFrontEnd(), and getTypedFrontEndInstance().