#include <LogicalExpressions.h>
Public Types | |
| enum | Operator { OR, AND } |
Public Member Functions | |
| Expression () | |
Public Attributes | |
| Operator | Operation |
| bool | isNot |
| std::string | Value |
Definition at line 22 of file LogicalExpressions.h.
|
|
Definition at line 26 of file LogicalExpressions.h. |
|
|
Definition at line 24 of file LogicalExpressions.h. |
|
|
Definition at line 29 of file LogicalExpressions.h. Referenced by marlin::operator<<(). |
|
|
Definition at line 28 of file LogicalExpressions.h. Referenced by marlin::operator<<(). |
|
|
Definition at line 30 of file LogicalExpressions.h. Referenced by marlin::operator<<(). |
1.3.9.1