MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ExpressionValue

Class ExpressionValue

src/Platform/ArrayHandle.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#define CHECK_HEAP_LOCKED (1)
16
17class ExpressionValue;
18
19// Note: ArrayHandle is a union member in ExpressionValue, therefore it must be no larger than 32 bits and it cannot have a non-trivial destructor, copy constructor etc.
20// This means that when an object containing an ArrayHandle is copied or destroyed, that object must handle the reference count.

Callers 6

THROWSFunction · 0.70
RepRap.cppFile · 0.70
GetParametersMethod · 0.70
PrintMonitor.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected