Product

Functions

const String &

GetProductName

const String &

GetPlatformName

Detailed Description

class Product

This class offers helpers to convert product aliases to unique ID.

Public Static Functions

static const RED::String &GetProductName(PRODUCT iProduct)

Gets the name of the product by its ID.

Parameters

iProduct – One of the PRODUCT enum entries.

Returns

The unique name identifying the given product.

static const RED::String &GetPlatformName(PLATFORM iPlatform)

Gets the name of the platform by its ID.

Parameters

iPlatform – One of the PLATFORM enum entries.

Returns

The unique name identifying the given platform.