ASPiK SDK
|
Describes a resource by name or by ID. More...
#include <cresourcedescription.h>
Public Types | |
enum | { kIntegerType, kStringType, kUnknownType } |
Public Member Functions | |
CResourceDescription (UTF8StringPtr name) | |
CResourceDescription (int32_t id) | |
CResourceDescription & | operator= (int32_t id) |
CResourceDescription & | operator= (const CResourceDescription &desc) |
Public Attributes | |
int32_t | type {kUnknownType} |
union { | |
int32_t id | |
UTF8StringPtr name {nullptr} | |
} | u |
Describes a resource by name or by ID.