OpenASIP  2.0
Public Attributes | List of all members
CodeSectionCreator::InternalSection Struct Reference
Collaboration diagram for CodeSectionCreator::InternalSection:
Collaboration graph

Public Attributes

UValue startAddress
 Start address of the section. More...
 
std::vector< InternalElementelements
 Elements of the section. More...
 

Detailed Description

Internal representation of code section.

Definition at line 139 of file CodeSectionCreator.hh.

Member Data Documentation

◆ elements

std::vector<InternalElement> CodeSectionCreator::InternalSection::elements

◆ startAddress

UValue CodeSectionCreator::InternalSection::startAddress

Start address of the section.

Definition at line 141 of file CodeSectionCreator.hh.

Referenced by CodeSectionCreator::newSection().


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