All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
BinaryLogicOp.cpp File Reference

A logical operator can be used to combine two or more conditional expressions. More...

#include "../common/STLUtils.h"
#include "AbstractOp.h"
#include "BinaryLogicOp.h"
#include "Globals.h"
#include <cassert>
#include <cstring>

Go to the source code of this file.

Detailed Description

A logical operator can be used to combine two or more conditional expressions.

Definition in file BinaryLogicOp.cpp.