Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
system.h
Go to the documentation of this file.
1#pragma once
2#include <cstddef>
3#include <ctime>
4#include <misc/global.h>
5#include <string>
6
7namespace sf
8{
9
15
22
28_MISC_FUNC bool loadDynamicLibrary(const std::string& path);
29
30}// namespace sf
#define _MISC_FUNC
Definition misc/global.h:39
Definition Application.h:10
_MISC_FUNC timespec getTimeRunning()
Gets the time this application is running.
_MISC_FUNC int getThreadCount()
Gets the thread count from the current process.
_MISC_FUNC bool loadDynamicLibrary(const std::string &path)
Loads a dynamic library from the given path.