added singleton getInstance documentation

This commit is contained in:
black
2025-07-06 15:25:23 +02:00
parent 06af1ed6c6
commit 5e45b71b8e
8 changed files with 385 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ public:
Memory &operator=(const Memory &&) = delete;
~Memory() = default;
/**
*
* @return Memory Instanz
*/
static Memory *getInstance();
/**