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

Method getValueInt

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

Source from the content-addressed store, hash-verified

339void XMLSerializationNode::setValueUChar(unsigned char c) { node.text().set((unsigned int)c); }
340
341int XMLSerializationNode::getValueInt() { return node.text().as_int(); }
342
343void XMLSerializationNode::setValueInt(int i) { node.text().set(i); }
344

Callers 1

serializeInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected