Get the full name of the module \return The full name
| 59 | /// Get the full name of the module |
| 60 | /// \return The full name |
| 61 | std::string fullName() const { return mFullName.generic_string(); } |
| 62 | /// Get the full name of the module in a path |
| 63 | /// \return The full name, as a boost::filesystem::path |
| 64 | boost::filesystem::path fullNamePath() const { return mFullName; } |
no outgoing calls
no test coverage detected