|
myproject 0.0.0
%%description%%
|
Namespaces | |
| namespace | parameters |
Classes | |
| class | Application |
| The Application class used to manage the application. More... | |
| class | Logger |
| The Logger class is a singleton that manages the application logging. More... | |
| class | Settings |
| The Settings class is a singleton that manages the application settings. More... | |
| class | Singleton |
Typedefs | |
| template<typename T > | |
| using | Scope = std::unique_ptr<T> |
| template<typename T > | |
| using | Ref = std::shared_ptr<T> |
Functions | |
| template<typename T , typename... Args> | |
| constexpr Scope< T > | CreateScope (Args &&... args) |
| template<typename T , typename... Args> | |
| constexpr Ref< T > | CreateRef (Args &&... args) |
| using myproject::Ref = std::shared_ptr<T> |
| using myproject::Scope = std::unique_ptr<T> |
|
constexpr |
|
constexpr |