00001 00009 class LabelAdd 00010 { 00011 protected: 00012 //member 00013 istringstream *iss; 00014 ostringstream oss; 00015 int size; 00016 //function 00017 void SizeRead(); 00018 void GraphAdd(vector<Cc> &, string*); 00019 int RangeSearch(vector<Cc> &,Cc); 00020 public: 00021 //label 00022 string sf; 00023 //function 00024 LabelAdd(vector<Cc> &, string*,string &); 00025 ~LabelAdd(); 00026 };
1.3