ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/MakeStamps.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/types/MakeStamps.hpp (file contents):
Revision 2203 by tim, Wed Apr 13 18:41:17 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 58 | Line 58 | class MakeStamps{ (public)
58  
59   class MakeStamps{
60  
61 < public:
61 > public:
62    MakeStamps();
63    ~MakeStamps();
64  
# Line 102 | Line 102 | class MakeStamps{ (public)
102  
103    MoleculeStamp* getMolStamp( std::string the_id );
104  
105 < private:
105 > private:
106  
107    std::map<std::string, MoleculeStamp*> my_mols;
108    void addMolStamp( MoleculeStamp* the_stamp );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines