#include <ISubSystem.h>

Public Member Functions | |
| virtual | ~ISubSystem () |
| virtual void | vInitialize (tPropertyBagPtr configSection)=0 |
| virtual void | vShutdown ()=0 |
| virtual const std::string | vGetSubSystemName ()=0 |
Definition at line 44 of file ISubSystem.h.
| virtual pcce::ISubSystem::~ISubSystem | ( | ) | [inline, virtual] |
| virtual void pcce::ISubSystem::vInitialize | ( | tPropertyBagPtr | configSection | ) | [pure virtual] |
Implemented in pcce::InputSubSystem, pcce::IThreadedSubSystem, and pcce::RenderSubSystem.
| virtual void pcce::ISubSystem::vShutdown | ( | ) | [pure virtual] |
Implemented in pcce::InputSubSystem, pcce::IThreadedSubSystem, and pcce::RenderSubSystem.
| virtual const std::string pcce::ISubSystem::vGetSubSystemName | ( | ) | [pure virtual] |
Implemented in pcce::InputSubSystem, pcce::RenderSubSystem, and pcce::SoundSubSystem.
Referenced by pcce::IThreadedSubSystem::ThreadStart().
1.5.5