| 223 | // --- CppiaConst ------------------------------------------- |
| 224 | |
| 225 | CppiaConst::CppiaConst() : type(cNull), ival(0), dval(0) { } |
| 226 | |
| 227 | void CppiaConst::fromStream(CppiaStream &stream) |
| 228 | { |
nothing calls this directly
no outgoing calls
no test coverage detected