ClipLineData constructor

ClipLineData()

Implementation

ClipLineData(){
	_token   = null;
	_num     = 0;
	_comment = null;
	_next    = null;
}