Platformer
Platformer
Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
PythonManager Class Reference

This class manages the python scripts of our game as a singleton. More...

#include <PythonManager.hpp>

Collaboration diagram for PythonManager:
Collaboration graph

Public Member Functions

void init ()
 Initializes the python manager.
 
void shutdown ()
 Shuts down the python manager.
 
 PythonManager (const PythonManager &)=delete
 Stop the compiler from generating methods to copy the object.
 
PythonManageroperator= (const PythonManager &)=delete
 Stop the compiler from generating methods to copy the object.
 

Static Public Member Functions

static PythonManagerinstance ()
 The singleton instance of the PythonManager.
 

Private Member Functions

 PythonManager ()
 Constructs a PythonManager.
 
 ~PythonManager ()
 Destructs a PythonManager.
 

Detailed Description

This class manages the python scripts of our game as a singleton.


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