#include <vector>
#include <Visitor.h>
Include dependency graph for formula.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | And |
struct | False |
class | Formula |
Abstract base class of classes representing logical formulas. More... | |
struct | Iff |
struct | Implies |
struct | Not |
struct | Or |
struct | True |
Defines | |
#define | FORMULA_0(Type) |
#define | FORMULA_1(Type, Component1) |
#define | FORMULA_2(Type, Component1, Component2) |
Functions | |
typedef | TYPELIST_7 (True, False, Not, And, Or, Implies, Iff) Formula_tl |
Visitable subtypes of Formula. More... |
|
Value: |
|
Value: |
|
Value: |
|
Visitable subtypes of Formula. Formula_visitor requires visit() functions for all types appearing in this typelist. |