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

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

#include <OutputSection.h>

+ Inheritance diagram for elftosb::OutputSection:
+ Collaboration diagram for elftosb::OutputSection:

Public Member Functions

 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

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

Detailed Description

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

Member Function Documentation

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

Set the option context.

The output section 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: