Lines Matching refs:_objs
45 _objs(std::list<SPObject*>()),
133 while (!_objs.empty()) {
134 SPObject *obj=_objs.front();
184 _objs.push_front(obj);
239 _objs.remove(obj);
289 for ( std::list<SPObject*>::const_iterator iter=_objs.begin();iter!=_objs.end(); ++iter) {
301 for ( std::list<SPObject*>::const_iterator iter=_objs.begin();iter!=_objs.end(); ++iter) {
346 if ( _objs.size() == 1 ) {
347 return _objs.front();
489 for ( std::list<SPObject*>::const_iterator iter=_objs.begin();iter!=_objs.end(); ++iter) {