Searched refs:_subcategoryVector (Results 1 – 3 of 3) sorted by relevance
120 if(cat) cat->_subcategoryVector.push_back(this); in linkCategory()140 if(cat) cat->_subcategoryVector.push_back(this); in Subcategory()158 iB=_category->_subcategoryVector.begin(); in ~Subcategory()160 iE=_category->_subcategoryVector.end(); in ~Subcategory()185 while(!_subcategoryVector.empty()) delete(*_subcategoryVector.begin()); in ~Category()444 i=c->_subcategoryVector.begin(); in merge()477 while(!_subcategoryVector.empty()) in unlink()478 _subcategoryVector.erase(_subcategoryVector.begin()); in unlink()530 for(svi=_subcategoryVector.begin(); svi!=_subcategoryVector.end(); svi++) in findSubcategory()613 i!=_subcategoryVector.end(); i++) in writeCategory()[all …]
528 std::vector<Subcategory*> _subcategoryVector; variable
3208 for(std::vector<Subcategory*>::iterator i=cat->_subcategoryVector.begin(); in setCategory()3209 i!=cat->_subcategoryVector.end(); i++) in setCategory()