Changeset 3153 in Sophya for trunk/SophyaPI/PIext/phistwrapper.h
- Timestamp:
- Jan 19, 2007, 4:58:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/phistwrapper.h
r3145 r3153 52 52 virtual int GetStatInfoAsText(vector<string> & text ); 53 53 54 // Methode de decodage des options - avec implementation par defaut55 // l'implementation par defautds le fichier pihisto.cc54 // Methode de decodage des options - herite de P1DArrayAdapter 55 // implementation ds le fichier pihisto.cc 56 56 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 57 // liste des options sous forme text (ds pihisto.cc )57 // liste des options sous forme text - herite de P1DArrayAdapter (ds pihisto.cc ) 58 58 virtual int OptionToString(vector<string> & opt) const; 59 59 … … 108 108 virtual int GetStatInfoAsText(vector<string> & text ); 109 109 110 // Methode de decodage des options - avec implementation par defaut111 // l'implementation par defaut ds le fichier pihisto.cc110 // Methode de decodage des options - herite de P2DArrayAdapter 111 // l'implementation ds le fichier pihisto2d.cc 112 112 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 113 // liste des options sous forme text (ds pihisto.cc )113 // liste des options sous forme text - herite de P2DArrayAdapter (ds pihisto2d.cc ) 114 114 virtual int OptionToString(vector<string> & opt) const; 115 115
Note:
See TracChangeset
for help on using the changeset viewer.