Skip to content
Snippets Groups Projects
Commit 5c7511e4 authored by renchao.lu's avatar renchao.lu Committed by Dmitri Naumov
Browse files

[BL] Added a member function to get project file name.

parent 86e626db
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,9 @@ public: ...@@ -270,6 +270,9 @@ public:
//! used anymore! //! used anymore!
ConfigTree& operator=(ConfigTree &&); ConfigTree& operator=(ConfigTree &&);
//! Used to get the project file name.
std::string const& getProjectFileName() const { return _filename; }
/*! \name Methods for directly accessing parameter values /*! \name Methods for directly accessing parameter values
* *
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment