ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/GenericData.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/GenericData.hpp (file contents):
Revision 699 by tim, Fri Aug 15 19:24:13 2003 UTC vs.
Revision 736 by tim, Thu Aug 28 21:09:47 2003 UTC

# Line 67 | Line 67 | class ZConsParaData : public GenericData{
67      vector<ZConsParaItem>* getData() {return &data;}
68      void setData(vector<ZConsParaItem>& theData) {data = theData;}
69      void sortByIndex();
70 +    bool isIndexUnique();
71          
72    private:      
73      vector<ZConsParaItem> data;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines