| 30 | template<class T> |
| 31 | template<class O> |
| 32 | inline O* cpp::marshal::PointerReference<T>::FromDynamic(const Dynamic& inRHS) |
| 33 | { |
| 34 | return FromBoxed(inRHS.StaticCast<Boxed<O>>()); |
| 35 | } |
| 36 | |
| 37 | template<class T> |
| 38 | inline cpp::marshal::PointerReference<T>::PointerReference(const null& inRHS) : Super(inRHS) {} |
nothing calls this directly
no outgoing calls
no test coverage detected