added singleton getInstance documentation
This commit is contained in:
@@ -28,6 +28,10 @@ public:
|
||||
Memory &operator=(const Memory &&) = delete;
|
||||
~Memory() = default;
|
||||
|
||||
/**
|
||||
*
|
||||
* @return Memory Instanz
|
||||
*/
|
||||
static Memory *getInstance();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user