pkg_profile
pkg_profile *profile;
profile = static_cast<pkg_profile *>(fProfiles.ItemAt(i));
pkg_profile group;
group = pkg_profile();
fProfiles.AddItem(new pkg_profile(group));
pkg_profile *iter = 0;
iter = static_cast<pkg_profile *>(fProfiles.RemoveItem((int32)0));
struct pkg_profile;
pkg_profile *GetProfile(int32 num) {
return static_cast<pkg_profile *>(fProfiles.ItemAt(num)); }
pkg_profile() : items(10), space_needed(0), path_type(P_SYSTEM_PATH) {}
~pkg_profile() {}
pkg_profile* type = static_cast<pkg_profile*>(info->GetProfile(
pkg_profile* profile = fInfo.GetProfile(0);
pkg_profile* profile = fInfo.GetProfile(i);
pkg_profile* profile = fInfo.GetProfile(index);