Kùzu C++ API
|
Go to the source code of this file.
Namespaces | |
namespace | kuzu |
namespace | kuzu::common |
Macros | |
#define | RUNTIME_CHECK(code) |
#define | KU_ASSERT(condition) |
#define | KU_UNREACHABLE [[unlikely]] kuzu::common::kuAssertFailureInternal("KU_UNREACHABLE", __FILE__, __LINE__) |
#define | KU_UNUSED(expr) |
Functions | |
void | kuzu::common::kuAssertFailureInternal (const char *condition_name, const char *file, int linenr) |
#define KU_ASSERT | ( | condition | ) |
#define KU_UNREACHABLE [[unlikely]] kuzu::common::kuAssertFailureInternal("KU_UNREACHABLE", __FILE__, __LINE__) |
#define KU_UNUSED | ( | expr | ) |
#define RUNTIME_CHECK | ( | code | ) |