PackageScreenshotInfo
PackageScreenshotInfo::PackageScreenshotInfo()
PackageScreenshotInfo* screenshotInfo = new PackageScreenshotInfo();
PackageScreenshotInfo::PackageScreenshotInfo(const PackageScreenshotInfo& other)
PackageScreenshotInfo::operator==(const PackageScreenshotInfo& other) const
PackageScreenshotInfo::operator!=(const PackageScreenshotInfo& other) const
PackageScreenshotInfo::Count() const
PackageScreenshotInfo::ScreenshotAtIndex(int32 index) const
PackageScreenshotInfo::AddScreenshot(const ScreenshotInfoRef& info)
PackageScreenshotInfoBuilder::_Init(const PackageScreenshotInfo* value)
class PackageScreenshotInfo : public BReferenceable
PackageScreenshotInfo();
PackageScreenshotInfo(const PackageScreenshotInfo& other);
bool operator==(const PackageScreenshotInfo& other) const;
bool operator!=(const PackageScreenshotInfo& other) const;
typedef BReference<PackageScreenshotInfo> PackageScreenshotInfoRef;
void _Init(const PackageScreenshotInfo* value);