Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
elftosb::KeyblobEntry Class Reference

Base class for data model of sections of the output file. More...

#include <KeyblobEntry.h>

+ Collaboration diagram for elftosb::KeyblobEntry:

Public Member Functions

 KeyblobEntry (uint32_t identifier)
 
void setIdentifier (uint32_t identifier)
 
uint32_t getIdentifier () const
 
void setOptions (OptionContext *context)
 Set the option context. More...
 
const OptionContextgetOptions () const
 Return the option context.
 

Protected Attributes

uint32_t m_id
 Unique identifier.
 
smart_ptr< OptionContextm_options
 Options associated with just this keyblob entry.
 

Detailed Description

Base class for data model of sections of the output file.

Member Function Documentation

void elftosb::KeyblobEntry::setOptions ( OptionContext context)
inline

Set the option context.

The keyblob entry object will assume ownership of the option context and delete it when the section is deleted.


The documentation for this class was generated from the following file: