ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/PropertyMap.hpp
(Generate patch)

Comparing branches/development/src/utils/PropertyMap.hpp (file contents):
Revision 1709 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1710 by gezelter, Fri May 18 21:44:02 2012 UTC

# Line 119 | Line 119 | namespace OpenMD{
119      std::vector<GenericData*> getProperties();
120  
121      /**
122 +     * Checks if property is in this PropertyMap
123 +     *
124 +     * @param propName name of property
125 +     *
126 +     * @return boolean
127 +     *
128 +     * @see #getProperties, #getPropertyByName
129 +     */      
130 +    bool hasProperty(const std::string& propName);
131 +
132 +    /**
133       * Returns property
134       *
135       * @param propName name of property

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines