proxsuite 0.7.2
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
assert.hpp File Reference
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VEG_DEBUG_ASSERT(...)
#define VEG_DEBUG_EXPECT(...)
#define VEG_DEBUG_ASSERT_ELSE(Message, ...)
#define VEG_DEBUG_EXPECT_ELSE(Message, ...)
#define VEG_DEBUG_ASSERT_ALL_OF(...)
#define VEG_DEBUG_EXPECT_ALL_OF(...)
#define VEG_DEBUG_ASSERT_ALL_OF_ELSE(...)
#define VEG_DEBUG_EXPECT_ALL_OF_ELSE(...)

Macro Definition Documentation

◆ VEG_DEBUG_ASSERT

#define VEG_DEBUG_ASSERT(...)
Value:
VEG_ASSERT(__VA_ARGS__)
#define VEG_ASSERT(...)

Definition at line 38 of file assert.hpp.

◆ VEG_DEBUG_EXPECT

#define VEG_DEBUG_EXPECT(...)
Value:
VEG_EXPECT(__VA_ARGS__)

Definition at line 39 of file assert.hpp.

◆ VEG_DEBUG_ASSERT_ELSE

#define VEG_DEBUG_ASSERT_ELSE(Message,
... )
Value:
VEG_ASSERT_ELSE(Message, __VA_ARGS__)

Definition at line 40 of file assert.hpp.

◆ VEG_DEBUG_EXPECT_ELSE

#define VEG_DEBUG_EXPECT_ELSE(Message,
... )
Value:
VEG_EXPECT_ELSE(Message, __VA_ARGS__)

Definition at line 42 of file assert.hpp.

◆ VEG_DEBUG_ASSERT_ALL_OF

#define VEG_DEBUG_ASSERT_ALL_OF(...)
Value:
VEG_ASSERT_ALL_OF(__VA_ARGS__)
#define VEG_ASSERT_ALL_OF(...)

Definition at line 44 of file assert.hpp.

◆ VEG_DEBUG_EXPECT_ALL_OF

#define VEG_DEBUG_EXPECT_ALL_OF(...)
Value:
VEG_EXPECT_ALL_OF(__VA_ARGS__)

Definition at line 45 of file assert.hpp.

◆ VEG_DEBUG_ASSERT_ALL_OF_ELSE

#define VEG_DEBUG_ASSERT_ALL_OF_ELSE(...)
Value:
VEG_ASSERT_ALL_OF_ELSE(__VA_ARGS__)

Definition at line 46 of file assert.hpp.

◆ VEG_DEBUG_EXPECT_ALL_OF_ELSE

#define VEG_DEBUG_EXPECT_ALL_OF_ELSE(...)
Value:
VEG_EXPECT_ALL_OF_ELSE(__VA_ARGS__)

Definition at line 47 of file assert.hpp.