摘要: class ::DCS::Set {# public methodspublic method constructor {} {}public method add { member }public method remove { member }public method get {}public method clear {}public method isMember { member }# private dataprivate variable memberList {}}body ::DCS::Set::clear {} {# set the list of current mem 阅读全文
posted @ 2011-05-18 22:53 greencolor 阅读(201) 评论(0) 推荐(0) 编辑