| 4061 | convertInto( stringValue, p.*member ); |
| 4062 | } |
| 4063 | virtual void setFlag( C& p ) const { |
| 4064 | convertInto( true, p.*member ); |
| 4065 | } |
| 4066 | virtual bool takesArg() const { return !IsBool<M>::value; } |
| 4067 | virtual IArgFunction<C>* clone() const { return new BoundDataMember( *this ); } |
| 4068 | M C::* member; |
nothing calls this directly
no test coverage detected