![]() |
WPILibC++ 2025.3.2
|
Go to the source code of this file.
Namespaces | |
namespace | wpi |
Foonathan namespace. | |
namespace | wpi::memory |
Memory namespace. | |
namespace | wpi::memory::detail |
Macros | |
#define | WPI_MEMORY_ASSERT(Expr) |
#define | WPI_MEMORY_ASSERT_MSG(Expr, Msg) |
#define | WPI_MEMORY_UNREACHABLE(Msg) |
#define | WPI_MEMORY_WARNING(Msg) |
Functions | |
void | wpi::memory::detail::handle_failed_assert (const char *msg, const char *file, int line, const char *fnc) noexcept |
void | wpi::memory::detail::handle_warning (const char *msg, const char *file, int line, const char *fnc) noexcept |
#define WPI_MEMORY_ASSERT | ( | Expr | ) |
#define WPI_MEMORY_ASSERT_MSG | ( | Expr, | |
Msg ) |
#define WPI_MEMORY_UNREACHABLE | ( | Msg | ) |
#define WPI_MEMORY_WARNING | ( | Msg | ) |