YobeSDK  0.2.3
yobe_create_listener.hpp
Go to the documentation of this file.
1 
7 #pragma once
8 
9 #include "yobe_bio_listener.hpp"
10 #include "yobe_id_listener.hpp"
11 
12 #include <memory>
13 
18 namespace Yobe::Create {
23 YOBE_SDK_API std::shared_ptr<BioListener> NewBioListener();
24 
29 YOBE_SDK_API std::shared_ptr<IDListener> NewIDListener();
30 } // namespace Yobe::Create
Namespace for functions that create new instances of Yobe objects.
YOBE_SDK_API std::shared_ptr< IDListener > NewIDListener()
Creates a new instance of IDListener.
YOBE_SDK_API std::shared_ptr< BioListener > NewBioListener()
Creates a new instance of BioListener.