Changeset 582 in Sophya for trunk/SophyaLib/BaseTools/ppersist.h


Ignore:
Timestamp:
Nov 16, 1999, 5:57:39 PM (26 years ago)
Author:
ansari
Message:

Corr. bug et ajout Methodes PInPersist::GetTagName - Reza 16/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppersist.h

    r576 r582  
    114114    int    NbTags();
    115115    bool   GotoTagNum(int itag);  // 0..NbTags-1
     116    string GetTagName(int itag);  // 0..NbTags-1
     117    vector<string> const &  GetTagNames(); 
    116118
    117119    void   GetByte (char& c);
Note: See TracChangeset for help on using the changeset viewer.