# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |