PicoScenes API Docs
 
Loading...
Searching...
No Matches
IWLMVMFrontEnd.hxx
Go to the documentation of this file.
1//
2// Created by Zhiping Jiang on 9/15/21.
3//
4
5#ifndef PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
6#define PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
7
9
11public:
13
14 static std::shared_ptr<IWLMVMFrontEnd> getInstance(const std::string &referredInterfaceName);
15};
16
17
18#endif //PICOSCENES_PLATFORM_IWLMVMFRONTEND_HXX
std::string referredInterfaceName
the user specified frontend name
static std::shared_ptr< IWLMVMFrontEnd > getInstance(const std::string &referredInterfaceName)
IWLMVMFrontEnd(const std::string &referredInterfaceName)