#include <Pt/Cosmo/IComponentDeclaration.h>
Component instance declaration. More...
Public Member Functions | |
| virtual | ~IComponentDeclaration () |
| Destructor. | |
| const char * | instanceId () const |
| Returns the instance ID of the component. | |
| const char * | require () const |
| Returns the module requirement string. | |
Represents a declared component instance as read from the application manifest. Provides the instance ID and the module requirement string.