Get the full name of the module in a path \return The full name, as a boost::filesystem::path
| 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; } |
| 65 | /// Get the Context that this module belongs to |
| 66 | /// \return The context |
| 67 |
no outgoing calls
no test coverage detected