mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
37 lines
614 B
ReStructuredText
37 lines
614 B
ReStructuredText
.. _cpp-api-ref:
|
|
|
|
:fa:`regular fa-file-code` C++
|
|
==============================
|
|
|
|
.. note::
|
|
|
|
You can also find the Doxygen documentation `here <../../doxygen/>`_
|
|
|
|
|
|
Iterators
|
|
---------
|
|
|
|
.. doxygenclass:: LIEF::ref_iterator
|
|
|
|
.. doxygentypedef:: LIEF::const_ref_iterator
|
|
|
|
.. doxygenclass:: LIEF::filter_iterator
|
|
|
|
.. doxygentypedef:: LIEF::const_filter_iterator
|
|
|
|
.. doxygenclass:: LIEF::iterator_range
|
|
|
|
|
|
BinaryStream
|
|
------------
|
|
|
|
.. doxygenclass:: LIEF::BinaryStream
|
|
|
|
.. doxygenclass:: LIEF::FileStream
|
|
|
|
.. doxygenclass:: LIEF::SpanStream
|
|
|
|
.. doxygenclass:: LIEF::VectorStream
|
|
|
|
.. doxygenclass:: LIEF::MemoryStream
|