ELFIO/doc/elfio_data_members_table.docbook

36 lines
1.0 KiB
Plaintext
Raw Normal View History

2012-02-18 10:01:36 +00: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 04:16:31 +00:00
<entry align="center">Data member</entry>
2012-02-18 10:01:36 +00:00
<entry align="center">Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
sections
</entry>
<entry>
2012-03-11 04:16:31 +00: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 10:01:36 +00:00
</entry>
</row>
<row>
<entry>
2012-03-11 04:16:31 +00:00
segments
2012-02-18 10:01:36 +00:00
</entry>
<entry>
2012-03-11 04:16:31 +00: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 10:01:36 +00:00
</entry>
</row>
</tbody>
</tgroup>
</table>