Update of /cvsroot/pure-data/externals/PDContainer/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16984
Modified Files: HList.h Log Message:
Index: HList.h =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/include/HList.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** HList.h 21 Feb 2005 18:14:20 -0000 1.2 --- HList.h 22 Feb 2005 20:53:28 -0000 1.3 *************** *** 170,176 **** { return data_[h_namespace_].size(); }
/* get the current iterator position */ ! virtual int getIterPos() //const { makeIterator(); --- 170,181 ---- { return data_[h_namespace_].size(); }
+ /* set current iterator position + */ + virtual void setIterPos(int position) + { i_pos_ = position; } + /* get the current iterator position */ ! virtual int getIterPos() { makeIterator();