|
Enrollment 28.2.0
|
International Labour Organisation Seafarers Identity Document template. More...
#include <ILOSIDTemplate.h>
Public Member Functions | |
| std::vector< uint8_t > | GetData () const |
| Provides template data. | |
| ILOSIDTemplate (std::vector< uint8_t > &&d) | |
| Create ILOSIDTemplate object move data to template. | |
| ILOSIDTemplate (const std::vector< uint8_t > &d) | |
| Create ILOSIDTemplate object, copy data to template. | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
International Labour Organisation Seafarers Identity Document template.
The template contains data compliant with the format specified in Seafarers Identity Documents convention (Revised), 2003 (No. 185) in Annex B [3].
|
inlineexplicit |
Create ILOSIDTemplate object move data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlineexplicit |
Create ILOSIDTemplate object, copy data to template.
| d | template data |
| InvalidTemplateException | when template data are empty |
|
inlinenodiscard |
Provides template data.
Referenced by ANSITemplateAdapter::Adapt(), ISOCCTemplateAdapter::Adapt(), ISONCTemplateAdapter::Adapt(), and ISOTemplateAdapter::Adapt().
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.