Get the short name of the module (the last bit) \return The name
| 56 | /// Get the short name of the module (the last bit) |
| 57 | /// \return The name |
| 58 | std::string shortName() const { return mName; } |
| 59 | /// Get the full name of the module |
| 60 | /// \return The full name |
| 61 | std::string fullName() const { return mFullName.generic_string(); } |