public CppPrecalc(CppBackend backend) : base(backend) { _backend = backend; _type = _backend.GetType(DataType.Null); _func = _backend.GetFunction(Function.Null); }
public override bool Begin(DataType dt) { _type = _backend.GetType(dt); return(true); }