Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
Macros | |
| #define | DPP_DEPRECATED(reason) |
| Macro that expands to [[deprecated(reason)]] when including the library, nothing when building the library. More... | |
| #define | DPP_EXPORT |
| #define | SOCKET int |
Enumerations | |
| enum | dpp::build_type { dpp::build_type::universal, dpp::build_type::debug, dpp::build_type::release } |
| Represents a build configuration. More... | |
Functions | |
| template<build_type > | |
| bool | dpp::validate_configuration () |
Variables | |
| const bool | dpp::is_valid_config = validate_configuration<build_type::universal>() |
| Version checking, making sure the program is in a configuration compatible with DPP's. More... | |
| #define DPP_DEPRECATED | ( | reason | ) |
Macro that expands to [[deprecated(reason)]] when including the library, nothing when building the library.
| #define DPP_EXPORT |
| #define SOCKET int |