#include <BaseProject.h>
|
static std::vector< std::unique_ptr< BaseProject > > | projects {} |
| A vector that holds the projects.
|
|
◆ getProjects()
std::vector< std::unique_ptr< BaseProject > > Common::ProjectManager::getProjects |
( |
| ) |
|
|
static |
returns the projects vector
◆ registerAllProjects()
void Common::ProjectManager::registerAllProjects |
( |
| ) |
|
|
static |
registers all the projects to the vector, should be called before calling getProjects()
◆ registerProject()
void Common::ProjectManager::registerProject |
( |
std::unique_ptr< BaseProject > | project | ) |
|
|
static |
register a project to the vector, should be called before calling getProjects()
◆ projects
std::vector< std::unique_ptr< BaseProject > > Common::ProjectManager::projects {} |
|
staticprivate |
A vector that holds the projects.
The documentation for this class was generated from the following files: