class FrameworkImpl
Base class from which implementations need to inherit. Pull in platform versions for access to FrameworkInteral
.
File location: framework/cauldron/framework/inc/core/framework.h
Construction
Return type |
Description |
---|---|
FrameworkImpl (Framework * pFramework)
|
Methods
Return type |
Description |
---|---|
void |
Init () = 0
|
int32_t |
Run () = 0
|
void |
PreRun () = 0
|
void |
PostRun () = 0
|
void |
Shutdown () = 0
|