| 434 | |
| 435 | template<typename FROM> |
| 436 | inline static Function __new(FROM from) |
| 437 | { |
| 438 | return Function(from); |
| 439 | } |
| 440 | |
| 441 | inline Function operator=( const Function &inRHS ) { return call = inRHS.call; } |
| 442 | inline Dynamic operator=( Dynamic &inValue ) |