|
Enrollment 28.2.0
|
ISO/IEC 19794-2:2005 template, template version 2.0, 3-byte format for minutiae (compact card encoding). More...
#include <ISOCCTemplate.h>
Public Member Functions | |
| std::vector< uint8_t > | GetData () const |
| Provides template data. | |
| ISOCCTemplate (std::vector< uint8_t > &&d) | |
| Create ISOCCTemplate object move data to template. | |
| ISOCCTemplate (const std::vector< uint8_t > &d) | |
| Create ISOCCTemplate object, copy data to template. | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
ISO/IEC 19794-2:2005 template, template version 2.0, 3-byte format for minutiae (compact card encoding).
|
inlineexplicit |
Create ISOCCTemplate object move data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlineexplicit |
Create ISOCCTemplate object, copy data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlinenodiscard |
Provides template data.
Referenced by ANSITemplateAdapter::Adapt(), ILOSIDTemplateAdapter::Adapt(), ISOCCTemplateAdapter::Adapt(), ISONCTemplateAdapter::Adapt(), and ISOTemplateAdapter::Adapt().
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.