attach method

void attach(
  1. MPData src
)

Implementation

void attach( MPData src ){
	_val = src._val;
}