Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TreatLabelAdd.hpp

Go to the documentation of this file.
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         };

Generated on Mon May 31 22:42:45 2004 for CCLib by doxygen1.3