MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setValueUInt

Method setValueUInt

framework/serialization/serialize.cpp:326–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324unsigned int XMLSerializationNode::getValueUInt() { return node.text().as_uint(); }
325
326void XMLSerializationNode::setValueUInt(unsigned int i) { node.text().set(i); }
327
328unsigned char XMLSerializationNode::getValueUChar()
329{

Callers 1

serializeOutFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected