MorphoGraphX  2.0-1-227
Namespaces | Macros | Functions
Assert.hpp File Reference
#include <cassert>

Go to the source code of this file.

Namespaces

 mgx
 Distributed matrix library.
 

Macros

#define mgx_assert(expr)
 
#define mgx_assert_msg(expr, msg)
 

Functions

void mgx::__assert_fail (const QString &assertion, const char *file, unsigned int line, const char *function)
 

Detailed Description

Graphical (or textual) assertion utility

Define the macro vvassert(expr)

Definition in file Assert.hpp.

Macro Definition Documentation

◆ mgx_assert

#define mgx_assert (   expr)

Definition at line 42 of file Assert.hpp.

◆ mgx_assert_msg

#define mgx_assert_msg (   expr,
  msg 
)

Definition at line 44 of file Assert.hpp.