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

A section of the output that contains boot operations. More...

#include <OutputSection.h>

+ Inheritance diagram for elftosb::OperationSequenceSection:
+ Collaboration diagram for elftosb::OperationSequenceSection:

Public Member Functions

 OperationSequenceSection (uint32_t identifier)
 
OperationSequencegetSequence ()
 
- Public Member Functions inherited from elftosb::OutputSection
 OutputSection (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

OperationSequence m_sequence
 
- Protected Attributes inherited from elftosb::OutputSection
uint32_t m_id
 Unique identifier.
 
smart_ptr< OptionContextm_options
 Options associated with just this section.
 

Detailed Description

A section of the output that contains boot operations.


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