ICalculator::Dialect Struct Reference
#include "ICalculator.hpp"
Public Types | |
| enum | Type { vector = 1, raster = vector << 1, ternaryConditional = raster << 1, assignment = ternaryConditional << 1, neighbors = assignment << 1, full = (neighbors<<1)-1 } |
Detailed Description
Choose the supported language features: the fewer features that are supported, the more concise the error messages will be.
Member Enumeration Documentation
| enum Type |
