![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <type_traits>

Go to the source code of this file.
Macros | |
| #define | SOURCEPP_CONCAT_DETAIL(a, b) |
| Token pasting outside a macro context. | |
| #define | SOURCEPP_CONCAT(a, b) |
| #define | SOURCEPP_DEBUG_BREAK |
| Create a breakpoint in debug. | |
| #define | SOURCEPP_DEBUG_ASSERT(cond) |
| Break in debugger if condition is not true. | |
| #define | SOURCEPP_UNIQUE_NAME(base) |
| Adds the current line number to the given base. | |
| #define | SOURCEPP_BITFLAGS_ENUM(Enum) |
| Defines bitwise operators for an enum or enum class. | |
| #define SOURCEPP_BITFLAGS_ENUM | ( | Enum | ) |
| #define SOURCEPP_CONCAT | ( | a, | |
| b ) |
| #define SOURCEPP_CONCAT_DETAIL | ( | a, | |
| b ) |
| #define SOURCEPP_DEBUG_ASSERT | ( | cond | ) |
Break in debugger if condition is not true.
| #define SOURCEPP_UNIQUE_NAME | ( | base | ) |
Adds the current line number to the given base.