|
unilink
0.4.3
A simple C++ library for unified async communication
|
Go to the source code of this file.
Classes | |
| class | unilink::base::PlatformInfo |
| Platform information utilities. More... | |
Namespaces | |
| unilink | |
| unilink::base | |
| unilink::common | |
Macros | |
| #define | UNILINK_FEATURE_LEVEL 3 |
| Platform detection and feature availability. More... | |
| #define | UNILINK_ENABLE_ADVANCED_LOGGING (UNILINK_FEATURE_LEVEL >= 2) |
| #define | UNILINK_ENABLE_PERFORMANCE_MONITORING (UNILINK_FEATURE_LEVEL >= 2) |
| #define | UNILINK_ENABLE_LATEST_OPTIMIZATIONS (UNILINK_FEATURE_LEVEL >= 3) |
| #define | UNILINK_ENABLE_EXPERIMENTAL_FEATURES (UNILINK_FEATURE_LEVEL >= 3) |
Typedefs | |
| using | unilink::common::PlatformInfo = base::PlatformInfo |
| #define UNILINK_ENABLE_ADVANCED_LOGGING (UNILINK_FEATURE_LEVEL >= 2) |
Definition at line 100 of file platform.hpp.
| #define UNILINK_ENABLE_EXPERIMENTAL_FEATURES (UNILINK_FEATURE_LEVEL >= 3) |
Definition at line 103 of file platform.hpp.
| #define UNILINK_ENABLE_LATEST_OPTIMIZATIONS (UNILINK_FEATURE_LEVEL >= 3) |
Definition at line 102 of file platform.hpp.
| #define UNILINK_ENABLE_PERFORMANCE_MONITORING (UNILINK_FEATURE_LEVEL >= 2) |
Definition at line 101 of file platform.hpp.
| #define UNILINK_FEATURE_LEVEL 3 |
Platform detection and feature availability.
Definition at line 96 of file platform.hpp.