luxlabs header browser preview


@class NSISEngine, slab;

@interface NSISLinearExpression : NSObject <NSFastEnumeration> {
    NSISEngine *engine;
    struct { unsigned short inline_capacity; unsigned int var_count; double constant; union { struct { slab *stored_extern_marker; struct *x0; unsigned long long capacity; } extern_data; struct { unsigned long long aligner; } inline_slab; unsigned char padding[48]; } data; } linExp;
}

@property double constant;
@property (readonly) NSISEngine *engine;

+ (id)newExpressionWithCapacity:(unsigned long long)a0 engine:(id)a1;
+ (void)initialize;
+ (id)acquireFromPoolForUseCase:(long long)a0;
+ (id)acquireFromPoolForUseCase:(long long)a0 engine:(id)a1;
+ (id)newExpressionWithCapacity:(unsigned long long)a0;

- (id)init;
- (unsigned long long)hash;
- (void)dealloc;
- (id)copyContentsAndReturnToPool;
- (void)removeVariable:(id)a0;
- (void)setCoefficient:(double)a0 forVariable:(id)a1;
- (void)replaceVariable:(id)a0 withExpression:(id)a1 processVariableNewToReceiver:(id /* block */)a2 processVariableDroppedFromReceiver:(id /* block */)a3;
- (void)replaceVariable:(id)a0 withVariable:(id)a1 coefficient:(double)a2;
- (BOOL)enumerateVariablesAndCoefficientsUntil:(id /* block */)a0;
- (void)enumerateVariablesAndCoefficients:(id /* block */)a0;
- (unsigned long long)variableCount;
- (void)addVariable:(id)a0 coefficient:(double)a1;
- (void)addExpression:(id)a0 times:(double)a1;
- (id)description;
- (void)scaleBy:(double)a0;
- (void)returnToPool;
- (void)verifyInternalIntegrity;
- (void)addVariable:(id)a0 coefficient:(double)a1 processVariableNewToReceiver:(id /* block */)a2 processVariableDroppedFromReceiver:(id /* block */)a3;
- (void)replaceVariable:(id)a0 withVariablePlusDelta:(double)a1 timesVariable:(id)a2 processVariableNewToReceiver:(id /* block */)a3 processVariableDroppedFromReceiver:(id /* block */)a4;
- (id)initWithEngine:(id)a0;
- (double)coefficientForVariable:(id)a0;
- (double)incrementConstant:(double)a0;
- (BOOL)isEqual:(id)a0;
- (void)replaceVariable:(id)a0 withVariablePlusDelta:(double)a1;
- (BOOL)isConstant;
- (void)enumerateVariables:(id /* block */)a0;
- (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)a0 objects:(id *)a1 count:(unsigned long long)a2;
- (void)addExpression:(id)a0 times:(double)a1 processVariableNewToReceiver:(id /* block */)a2 processVariableDroppedFromReceiver:(id /* block */)a3;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)variablesArray;

@end