| 83 | } |
| 84 | |
| 85 | char * SimNode::evalPtr ( Context & context ) { |
| 86 | WARN_SLOW_CAST(Ptr); |
| 87 | return cast<char *>::to(eval(context)); |
| 88 | } |
| 89 | |
| 90 | SimNode * SimNode_WithErrorMessage::copyNode ( Context & context, NodeAllocator * code ) { |
| 91 | SimNode_WithErrorMessage * that = (SimNode_WithErrorMessage *) SimNode::copyNode(context, code); |