Changeset 2823 in Sophya for trunk/SophyaLib/BaseTools/dvlist.h
- Timestamp:
- Oct 12, 2005, 3:08:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/dvlist.h
r2805 r2823 86 86 //! \endcond 87 87 /*! Returns an iterator pointing on the first variable in the list */ 88 inline ValList::const_iterator Begin() { return(mvlist.begin()); }88 inline ValList::const_iterator Begin() const { return(mvlist.begin()); } 89 89 /*! Returns the iterator end value */ 90 inline ValList::const_iterator End() { return(mvlist.end()); }90 inline ValList::const_iterator End() const { return(mvlist.end()); } 91 91 92 92
Note:
See TracChangeset
for help on using the changeset viewer.