#include <Component.h>
Public Member Functions | |
| const PreConfig & | GetConfig () const |
| bool | IsInitialized () const |
| errorcodes::ErrorCode | Init (const PreConfig &pre_config) |
| errorcodes::ErrorCode | Shutdown () |
Protected Member Functions | |
| Component () | |
| virtual | ~Component () |
| xl7::directx::Component< T >::Component | ( | ) | [inline, protected] |
Default constructor.
| virtual xl7::directx::Component< T >::~Component | ( | ) | [inline, protected, virtual] |
Destructor.
| const PreConfig& xl7::directx::Component< T >::GetConfig | ( | ) | const [inline] |
Returns the pre-config structure.
| errorcodes::ErrorCode xl7::directx::Component< T >::Init | ( | const PreConfig & | pre_config | ) |
Initializes the object.
| bool xl7::directx::Component< T >::IsInitialized | ( | ) | const [inline] |
Returns the flag specifying whether the object has been initialized.
| errorcodes::ErrorCode xl7::directx::Component< T >::Shutdown | ( | ) |
De-initializes the object.
1.7.1