YobeSDK  0.2.0
Yobe::Create Namespace Reference

Namespace for functions that create new instances of Yobe objects. More...

Functions

YOBE_SDK_API std::shared_ptr< BioListenerNewBioListener ()
 Creates a new instance of BioListener. More...
 
YOBE_SDK_API std::shared_ptr< IDListenerNewIDListener ()
 Creates a new instance of IDListener. More...
 

Detailed Description

Namespace for functions that create new instances of Yobe objects.

Function Documentation

◆ NewBioListener()

YOBE_SDK_API std::shared_ptr<BioListener> Yobe::Create::NewBioListener ( )

Creates a new instance of BioListener.

Returns
A shared pointer to a newly created BioListener object.
Examples
BioListener_demo.cpp.

◆ NewIDListener()

YOBE_SDK_API std::shared_ptr<IDListener> Yobe::Create::NewIDListener ( )

Creates a new instance of IDListener.

Returns
A shared pointer to a newly created IDListener object.
Examples
IDListener_demo.cpp.