|
unilink
0.4.3
A simple C++ library for unified async communication
|
Platform information utilities. More...
#include <platform.hpp>
Static Public Member Functions | |
| static int | get_feature_level () |
| Get the feature level. More... | |
| static std::string | get_platform_description () |
| Get a human-readable platform description. More... | |
| static bool | is_advanced_logging_available () |
| Check if advanced logging is available. More... | |
| static bool | is_performance_monitoring_available () |
| Check if performance monitoring is available. More... | |
| static bool | is_latest_optimizations_available () |
| Check if latest optimizations are available. More... | |
| static bool | is_experimental_features_available () |
| Check if experimental features are available. More... | |
| static std::string | get_support_warning () |
| Get a warning message for limited support platforms. More... | |
Platform information utilities.
Definition at line 108 of file platform.hpp.
|
inlinestatic |
Get the feature level.
Definition at line 114 of file platform.hpp.
|
inlinestatic |
Get a human-readable platform description.
Definition at line 120 of file platform.hpp.
|
inlinestatic |
Get a warning message for limited support platforms.
Definition at line 160 of file platform.hpp.
|
inlinestatic |
Check if advanced logging is available.
Definition at line 136 of file platform.hpp.
|
inlinestatic |
Check if experimental features are available.
Definition at line 154 of file platform.hpp.
|
inlinestatic |
Check if latest optimizations are available.
Definition at line 148 of file platform.hpp.
|
inlinestatic |
Check if performance monitoring is available.
Definition at line 142 of file platform.hpp.