Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CPlatformWin10 Class Reference

#include <PlatformWin10.h>

Inheritance diagram for CPlatformWin10:
CPlatform

Public Member Functions

 CPlatformWin10 ()
 C'tor. More...
 
virtual ~CPlatformWin10 ()
 D'tor. More...
 
void Init () override
 Called at an early stage of application startup. More...
 
- Public Member Functions inherited from CPlatform
 CPlatform ()
 C'tor. More...
 
virtual ~CPlatform ()
 D'tor. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CPlatform
static CPlatformCreateInstance ()
 Creates the Platform object. More...
 

Constructor & Destructor Documentation

◆ CPlatformWin10()

CPlatformWin10::CPlatformWin10 ( )
default

C'tor.

◆ ~CPlatformWin10()

CPlatformWin10::~CPlatformWin10 ( )
virtualdefault

D'tor.

Member Function Documentation

◆ Init()

void CPlatformWin10::Init ( )
overridevirtual

Called at an early stage of application startup.

This method can be used to do platform specific environment preparation or initialisation (like setting environment variables for example)

Reimplemented from CPlatform.


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