Quantum++  v0.8.8
C++11 quantum computing library
macros.h File Reference

Preprocessor macros. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRINT(x)
 
#define PRINTLN(x)
 
#define ERROR(x)
 
#define ERRORLN(x)
 

Detailed Description

Preprocessor macros.

Macro Definition Documentation

#define ERROR (   x)

Prints an error message to std::cerr

#define ERRORLN (   x)

Prints an error message to std::cerr and adds a new line

#define PRINT (   x)

Prints a message

#define PRINTLN (   x)

Prints a message and adds a new line