| 49 | /// Getter and setter for module name. |
| 50 | std::string_view getModuleName() const noexcept { return ModName; } |
| 51 | void setModuleName(std::string_view Name) { ModName = Name; } |
| 52 | |
| 53 | /// Getter and setter for external contents. |
| 54 | uint32_t getExternalFuncTypeIdx() const noexcept { return FuncTypeIdx; } |