ASPiK SDK
VSTGUI::CResourceDescription Class Reference

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)
 
CResourceDescriptionoperator= (int32_t id)
 
CResourceDescriptionoperator= (const CResourceDescription &desc)
 

Public Attributes

int32_t type {kUnknownType}
 
union {
   int32_t   id
 
   UTF8StringPtr   name {nullptr}
 
u
 

Detailed Description

Describes a resource by name or by ID.


The documentation for this class was generated from the following file: