ModuleInterface =============== :doc:`/types/ModuleInterface/index`::ModuleInterface Constructs a :doc:`/types/ModuleInterface/index`. Declaration ----------- .. code-block:: cpp ModuleInterface(const ModuleType type, const std::string& name); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - type - :doc:`/types/ModuleType/index` - The :doc:`/module/index`'s :doc:`/types/ModuleType/index`. * - name - const `std::string `_\& - The :doc:`/module/index`'s name. Returns ------- A :doc:`/types/ModuleInterface/index`.