ELFIO/doc/elfio_data_members_table.docbook
Serge Lamikhov-Center 9705f1ac35 Documentation update
2012-03-11 06:16:31 +02:00

36 lines
1.0 KiB
Plaintext

<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>
<entry align="center">Data member</entry>
<entry align="center">Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
sections
</entry>
<entry>
The container stores ELFIO library section instances.
Implements operator[] and size(). operator[] permits access to
individual ELF file section according to its index.
</entry>
</row>
<row>
<entry>
segments
</entry>
<entry>
The container stores ELFIO library segment instances.
Implements operator[] and size(). operator[] permits access to
individual ELF file segment according to its index.
</entry>
</row>
</tbody>
</tgroup>
</table>