2012-02-18 12:01:36 +02:00
|
|
|
<table frame='all'>
|
|
|
|
<title>Class <classname>elfio</classname> member functions</title>
|
|
|
|
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
|
|
|
|
<colspec colname='c1'/>
|
|
|
|
<colspec colname='c2'/>
|
|
|
|
<thead>
|
|
|
|
<row>
|
2012-03-11 06:16:31 +02:00
|
|
|
<entry align="center">Data member</entry>
|
2012-02-18 12:01:36 +02:00
|
|
|
<entry align="center">Description</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>
|
|
|
|
sections
|
|
|
|
</entry>
|
|
|
|
<entry>
|
2012-03-11 06:16:31 +02:00
|
|
|
The container stores ELFIO library section instances.
|
|
|
|
Implements operator[] and size(). operator[] permits access to
|
|
|
|
individual ELF file section according to its index.
|
2012-02-18 12:01:36 +02:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<entry>
|
2012-03-11 06:16:31 +02:00
|
|
|
segments
|
2012-02-18 12:01:36 +02:00
|
|
|
</entry>
|
|
|
|
<entry>
|
2012-03-11 06:16:31 +02:00
|
|
|
The container stores ELFIO library segment instances.
|
|
|
|
Implements operator[] and size(). operator[] permits access to
|
|
|
|
individual ELF file segment according to its index.
|
2012-02-18 12:01:36 +02:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</table>
|