| 30 | SwigValueWrapper(const SwigValueWrapper<T>& rhs); |
| 31 | public: |
| 32 | SwigValueWrapper() : pointer(0) { } |
| 33 | SwigValueWrapper& operator=(const T& t) { SwigMovePointer tmp(new T(t)); pointer = tmp; return *this; } |
| 34 | operator T&() const { return *pointer.ptr; } |
| 35 | T *operator&() { return pointer.ptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected