| | 386 | I_Method2(void, setPluginStringData, IN, const std::string &, s, IN, const std::string &, v, |
| | 387 | Properties::NON_VIRTUAL, |
| | 388 | __void__setPluginStringData__C5_std_string_R1__C5_std_string_R1, |
| | 389 | "Sets a plugindata value PluginData with a string. ", |
| | 390 | ""); |
| | 391 | I_Method1(std::string, getPluginStringData, IN, const std::string &, s, |
| | 392 | Properties::NON_VIRTUAL, |
| | 393 | __std_string__getPluginStringData__C5_std_string_R1, |
| | 394 | "Get a string from the PluginStrData. ", |
| | 395 | ""); |
| | 396 | I_Method1(const std::string, getPluginStringData, IN, const std::string &, s, |
| | 397 | Properties::NON_VIRTUAL, |
| | 398 | __C5_std_string__getPluginStringData__C5_std_string_R1, |
| | 399 | "Get a value from the PluginData. ", |
| | 400 | ""); |
| | 401 | I_Method1(void, removePluginStringData, IN, const std::string &, s, |
| | 402 | Properties::NON_VIRTUAL, |
| | 403 | __void__removePluginStringData__C5_std_string_R1, |
| | 404 | "Remove a value from the PluginData. ", |
| | 405 | ""); |