YobeSDK 0.3.2
 
Loading...
Searching...
No Matches
yobe_create_listener.hpp
Go to the documentation of this file.
1
7#pragma once
8
10#include "yobe_id_listener.hpp"
11
12#include <memory>
13
18namespace Yobe::Create {
23YOBE_SDK_API std::shared_ptr<BioListener> NewBioListener();
24
29YOBE_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< BioListener > NewBioListener()
Creates a new instance of BioListener.
YOBE_SDK_API std::shared_ptr< IDListener > NewIDListener()
Creates a new instance of IDListener.