![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
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 OptionContext * | getOptions () const |
| Return the option context. | |
Protected Attributes | |
| uint32_t | m_id |
| Unique identifier. | |
| smart_ptr< OptionContext > | m_options |
| Options associated with just this section. | |
Base class for data model of sections of the output file.
|
inline |
Set the option context.
The output section object will assume ownership of the option context and delete it when the section is deleted.