#include <string>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | librats::SystemInfo |
Namespaces | |
| namespace | librats |
Functions | |
| SystemInfo | librats::get_system_info () |
| std::string | librats::get_os_name () |
| std::string | librats::get_os_version () |
| std::string | librats::get_architecture () |
| std::string | librats::get_hostname () |
| std::string | librats::get_cpu_model () |
| int | librats::get_cpu_cores () |
| int | librats::get_cpu_logical_cores () |
| uint64_t | librats::get_total_memory_mb () |
| uint64_t | librats::get_available_memory_mb () |
| bool | librats::supports_unicode () |
| void | librats::print_system_info () |