Computer Laboratory

tesla::BooleanExpr Struct Reference

Detailed Description

A boolean combination of expressions (with equal precedence).

Definition at line 124 of file tesla.proto.

+ Collaboration diagram for tesla::BooleanExpr:

Public Types

enum  Operation { BE_And = 1, BE_Xor = 3 }
 

Public Attributes

enum tesla::BooleanExpr::Operation operation = 1
 
repeated Expression expression = 2
 

Member Enumeration Documentation

Enumerator
BE_And 
BE_Xor 

Definition at line 125 of file tesla.proto.

125 { BE_And = 1; BE_Or = 2; BE_Xor = 3; }

Member Data Documentation

repeated Expression tesla::BooleanExpr::expression = 2

Definition at line 128 of file tesla.proto.

enum tesla::BooleanExpr::Operation tesla::BooleanExpr::operation = 1

The documentation for this struct was generated from the following file: