This struct is used to store biometric data of a user.
More...
#include <yobe_id_template.hpp>
|
static std::shared_ptr< IDTemplate > | Deserialize (std::istream &in_stream) |
| Deserializes the IDTemplate object. This can be used to read a saved object from a stream.
|
|
This struct is used to store biometric data of a user.
◆ IsValid()
virtual bool Yobe::IDTemplate::IsValid |
( |
| ) |
const |
|
pure virtual |
Determines if the IDTemplate object is valid.
- Returns
- True if the object is valid, false otherwise.
◆ Serialize()
virtual void Yobe::IDTemplate::Serialize |
( |
std::ostream & |
out_stream | ) |
const |
|
pure virtual |
Serializes the IDTemplate object. This can be used to save the object for later.
- Parameters
-
out_stream | The stream to which the object will be written. |
◆ Deserialize()
static std::shared_ptr< IDTemplate > Yobe::IDTemplate::Deserialize |
( |
std::istream & |
in_stream | ) |
|
|
static |
Deserializes the IDTemplate object. This can be used to read a saved object from a stream.
- Parameters
-
in_stream | The stream from which to read the object. |
- Returns
- A shared pointer to the newly created IDTemplate object.
The documentation for this struct was generated from the following file: