Antares Simulator
Power System Simulator
|
Custom memory allocator for managed pointers. More...
#include <memory.h>
Classes | |
struct | Stored |
Public Member Functions | |
Constructor & Destructor | |
Memory ()=default | |
Default Constructor. | |
~Memory ()=default | |
Destructor. | |
bool | initializeTemporaryFolder () |
const Yuni::String & | cacheFolder () const |
\nane Cache Folder | |
void | cacheFolder (const AnyString &folder) |
uint64_t | processID () const |
Get the process ID of the application. | |
Informations | |
template<class T > | |
class | Array |
void | displayInfo () const |
Display infos into the logs. | |
Custom memory allocator for managed pointers.
|
inline |
Get the process ID of the application.
This value is cached and detected at the creation of the instance.