X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FNCollection%2FNCollection_StlIterator.hxx;h=8e6c6ea8423bfbba54dfce8ecdd4885eb541d3c6;hb=2a79a1aeb48d175b76a3907bae9e92678b367a9d;hpb=20ef5652b7b5c166ab3eb7010ab4f0b7bdc858f0 diff --git a/src/NCollection/NCollection_StlIterator.hxx b/src/NCollection/NCollection_StlIterator.hxx index d666270ecd..8e6c6ea842 100644 --- a/src/NCollection/NCollection_StlIterator.hxx +++ b/src/NCollection/NCollection_StlIterator.hxx @@ -101,6 +101,12 @@ public: return myIterator; } + //! Access to NCollection iterator instance + BaseIterator& ChangeIterator() + { + return myIterator; + } + protected: //! @name methods related to forward STL iterator // Note: Here we use SFINAE (Substitution failure is not an error) to choose