ModuleInterface =============== Variables --------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - profiler - :doc:`/types/ProfilerInterface/index`\* - Memory address to the :doc:`/types/Profiler/index`. Functions --------- .. list-table:: :width: 100% :widths: 30 70 :header-rows: 1 :class: code-table * - Name - Description * - :doc:`/types/ModuleInterface/constructor/index` - Constructs a :doc:`/types/ModuleInterface/index`. * - :doc:`/types/ModuleInterface/getType/index` - Returns the :doc:`/module/index`'s :doc:`/types/ModuleType/index`. * - :doc:`/types/ModuleInterface/getName/index` - Returns the :doc:`/module/index`'s name. Notes ----- ModuleInterface is the base class of all :doc:`Modules `. .. toctree:: :hidden: ./constructor/index.rst ./getType/index.rst ./getName/index.rst