| 145 | char what; |
| 146 | }; |
| 147 | class StackFrame { |
| 148 | public: |
| 149 | /// The node |
| 150 | TFE::Node* n; |
| 151 | /// Whether it is negated |
| 152 | bool neg; |
| 153 | /// Default constructor |
| 154 | StackFrame(void); |
| 155 | /// Initialize |
| 156 | StackFrame(TFE::Node* n, bool neg); |
| 157 | }; |
| 158 | /// The number of filters |
| 159 | int n; |
| 160 | /// The filters |