CategoryRef
const std::vector<CategoryRef>
Model::SetCategories(const std::vector<CategoryRef> value)
const std::vector<CategoryRef>
void SetCategories(const std::vector<CategoryRef> value);
std::vector<CategoryRef>
IsPackageCategoryRefLess(const CategoryRef& c1, const CategoryRef& c2)
extern bool IsPackageCategoryRefLess(const CategoryRef& c1, const CategoryRef& c2);
std::vector<CategoryRef>::const_iterator it;
PackageClassificationInfoBuilder::AddCategory(const CategoryRef& category)
const CategoryRef
PackageClassificationInfo::AddCategory(const CategoryRef& category)
std::vector<CategoryRef>::const_iterator itInsertionPt = std::lower_bound(fCategories.begin(),
const CategoryRef CategoryAtIndex(int32 index) const;
bool AddCategory(const CategoryRef& category);
std::vector<CategoryRef>
AddCategory(const CategoryRef& category);
std::vector<CategoryRef>
const CategoryRef& category = *it;
CategoryRef category = fCategories[categoryCode];
std::map<BString, CategoryRef>
std::vector<CategoryRef> categories = fModel->Categories();
std::vector<CategoryRef>::const_iterator it;
std::vector<CategoryRef> assembledCategories;
CategoryRef(new PackageCategory(pkgCategory->Code(), pkgCategory->Name()), true));
std::vector<CategoryRef> categories = model.Categories();
std::vector<CategoryRef>::const_iterator it;
const CategoryRef& category = *it;