git-svn-id: svn://db.shs.com.ru/pip@296 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-12-15 07:59:33 +00:00
parent d9afd33707
commit d0106d047e
4 changed files with 64 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ public:
typedef PIVector<Property>::const_iterator const_iterator;
typedef PIVector<Property>::iterator iterator;
typedef Property value_type;
iterator begin() {return props.begin();}
const_iterator begin() const {return props.begin();}