proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
|
Go to the source code of this file.
Macros | |
#define | VEG_DEBUG_ASSERT(...) VEG_ASSERT(__VA_ARGS__) |
#define | VEG_DEBUG_EXPECT(...) VEG_EXPECT(__VA_ARGS__) |
#define | VEG_DEBUG_ASSERT_ELSE(Message, ...) VEG_ASSERT_ELSE(Message, __VA_ARGS__) |
#define | VEG_DEBUG_EXPECT_ELSE(Message, ...) VEG_EXPECT_ELSE(Message, __VA_ARGS__) |
#define | VEG_DEBUG_ASSERT_ALL_OF(...) VEG_ASSERT_ALL_OF(__VA_ARGS__) |
#define | VEG_DEBUG_EXPECT_ALL_OF(...) VEG_EXPECT_ALL_OF(__VA_ARGS__) |
#define | VEG_DEBUG_ASSERT_ALL_OF_ELSE(...) VEG_ASSERT_ALL_OF_ELSE(__VA_ARGS__) |
#define | VEG_DEBUG_EXPECT_ALL_OF_ELSE(...) VEG_EXPECT_ALL_OF_ELSE(__VA_ARGS__) |
#define VEG_DEBUG_ASSERT | ( | ... | ) | VEG_ASSERT(__VA_ARGS__) |
Definition at line 38 of file assert.hpp.
#define VEG_DEBUG_EXPECT | ( | ... | ) | VEG_EXPECT(__VA_ARGS__) |
Definition at line 39 of file assert.hpp.
#define VEG_DEBUG_ASSERT_ELSE | ( | Message, | |
... ) VEG_ASSERT_ELSE(Message, __VA_ARGS__) |
Definition at line 40 of file assert.hpp.
#define VEG_DEBUG_EXPECT_ELSE | ( | Message, | |
... ) VEG_EXPECT_ELSE(Message, __VA_ARGS__) |
Definition at line 42 of file assert.hpp.
#define VEG_DEBUG_ASSERT_ALL_OF | ( | ... | ) | VEG_ASSERT_ALL_OF(__VA_ARGS__) |
Definition at line 44 of file assert.hpp.
#define VEG_DEBUG_EXPECT_ALL_OF | ( | ... | ) | VEG_EXPECT_ALL_OF(__VA_ARGS__) |
Definition at line 45 of file assert.hpp.
#define VEG_DEBUG_ASSERT_ALL_OF_ELSE | ( | ... | ) | VEG_ASSERT_ALL_OF_ELSE(__VA_ARGS__) |
Definition at line 46 of file assert.hpp.
#define VEG_DEBUG_EXPECT_ALL_OF_ELSE | ( | ... | ) | VEG_EXPECT_ALL_OF_ELSE(__VA_ARGS__) |
Definition at line 47 of file assert.hpp.