ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros
iso646.h File Reference

Go to the source code of this file.

Macros

#define and   &&
 
#define and_eq   &=
 
#define bitand   &
 
#define bitor   |
 
#define compl   ~
 
#define not   !
 
#define not_eq   !=
 
#define or   ||
 
#define or_eq   |=
 
#define xor   ^
 
#define xor_eq   ^=
 

Macro Definition Documentation

◆ and

#define and   &&

Definition at line 14 of file iso646.h.

◆ and_eq

#define and_eq   &=

Definition at line 15 of file iso646.h.

◆ bitand

#define bitand   &

Definition at line 16 of file iso646.h.

◆ bitor

#define bitor   |

Definition at line 17 of file iso646.h.

◆ compl

#define compl   ~

Definition at line 18 of file iso646.h.

◆ not

#define not   !

Definition at line 19 of file iso646.h.

◆ not_eq

#define not_eq   !=

Definition at line 20 of file iso646.h.

◆ or

#define or   ||

Definition at line 21 of file iso646.h.

◆ or_eq

#define or_eq   |=

Definition at line 22 of file iso646.h.

◆ xor

#define xor   ^

Definition at line 23 of file iso646.h.

◆ xor_eq

#define xor_eq   ^=

Definition at line 24 of file iso646.h.