class RED::Product
This class offers helpers to convert product aliases to unique ID.
#include <REDProduct.h>
Public static functions:
static const RED::String & | GetPlatformName ( PLATFORM iPlatform ) |
static const RED::String & | GetProductName ( PRODUCT iProduct ) |
Functions documentation
public static const RED::String & RED::Product::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.
public static const RED::String & RED::Product::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.