.. _hardware_raw_mem_map: ====== MemMap ====== Examples of using the MemMap class are included in :ref:`hardware_raw_memory`. Python binding -------------- This C++ class is also exported into Python as ``rogue.hardware.MemMap``. Python API page: - :doc:`/api/python/rogue/hardware/memmap` objects in C++ are referenced by the following shared pointer typedef: .. doxygentypedef:: rogue::hardware::MemMapPtr The class description is shown below: .. doxygenclass:: rogue::hardware::MemMap :members: