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

Function THROWS

src/ObjectModel/Variable.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// Members of class Variable
13Variable::Variable(const char *_ecv_array str, size_t strLen, ExpressionValue& pVal, int16_t pScope) THROWS(GCodeException)
14 : name(str, strLen), val(), scope(pScope)
15{
16 Assign(pVal); // this may throw
17}
18
19Variable::~Variable()
20{

Callers 1

GlobalVariables.hFile · 0.70

Calls 7

GetNumElementsMethod · 0.80
AllocateMethod · 0.80
GetElementMethod · 0.80
ExpressionValueClass · 0.70
GCodeExceptionClass · 0.50
GetTypeMethod · 0.45

Tested by

no test coverage detected