retdec
Public Attributes | List of all members
retdec::fileformat::IntelHexSection Class Reference

The IntelHexSection class - Intel HEX pseudosection. More...

#include <intel_hex_parser.h>

Collaboration diagram for retdec::fileformat::IntelHexSection:
Collaboration graph
[legend]

Public Member Functions

Operators
bool operator< (IntelHexSection const &a) const
 

Public Attributes

unsigned long long index = 0
 
retdec::common::Address address
 
std::vector< unsigned char > data
 

Detailed Description

The IntelHexSection class - Intel HEX pseudosection.

Member Function Documentation

◆ operator<()

bool retdec::fileformat::IntelHexSection::operator< ( IntelHexSection const &  a) const

operator <

Member Data Documentation

◆ address

retdec::common::Address retdec::fileformat::IntelHexSection::address

◆ data

std::vector<unsigned char> retdec::fileformat::IntelHexSection::data

◆ index

unsigned long long retdec::fileformat::IntelHexSection::index = 0

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