MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / ~ComplexExpression

Method ~ComplexExpression

src/complexexpression.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27ComplexExpression::~ComplexExpression()
28{
29 delete real;
30 delete imaginary;
31}
32
33Expression* ComplexExpression::getReal() const
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected