| 211 | } |
| 212 | |
| 213 | std::string IPLProcess::getProcessPropertyString(const char *name) |
| 214 | { |
| 215 | checkPropertyKey(name); |
| 216 | return ((IPLProcessPropertyString*) _properties[name].get())->value(); |
| 217 | } |
| 218 | |
| 219 | std::vector<int> IPLProcess::getProcessPropertyVectorInt(const char *name) |
| 220 | { |