|
API Documentation
|
|
|
47 std::enable_if_t<!std::is_pointer_v<T>,
void>
70 std::enable_if_t<!std::is_pointer_v<T>,
void>
101 template <
typename T =
char*>
110 template <
typename T = const
char*>
119 template <
typename T =
char*>
129 template <
typename T = const
char*>
138 template <
typename T = const
char*>
static void areNotEqual(char *a, char *b, nkMemory::StringView message="")
static void isNotNull(T *p, nkMemory::StringView message="")
static void areEqual(const char *a, const char *b, const char *precision, nkMemory::StringView message)=delete
static std::enable_if_t<!std::is_pointer_v< T >, void > areNotEqual(T a, T b, T precision, nkMemory::StringView message="")
static std::enable_if_t<!std::is_pointer_v< T >, void > areEqual(T a, T b, T precision, nkMemory::StringView message="")
static void areNotEqual(const char *const &a, const char *const &b, nkMemory::StringView message="")
static void areEqual(const char *const &a, const char *const &b, nkMemory::StringView message="")
Utilities to write tests.
Definition: TestUtils.h:12
static void areNotEqual(const T &a, const T &b, nkMemory::StringView message="")
static void check(bool condition, nkMemory::StringView message="")
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
static void isNull(T *p, nkMemory::StringView message="")
static void areEqual(char *a, char *b, nkMemory::StringView message="")
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7
static void areEqual(const T &a, const T &b, nkMemory::StringView message="")