| | 236 | I_Method2(void, supportsProtocol, IN, const std::string &, fmt, IN, const std::string &, description, |
| | 237 | Properties::NON_VIRTUAL, |
| | 238 | __void__supportsProtocol__C5_std_string_R1__C5_std_string_R1, |
| | 239 | "Specify fmt string as a supported protocol. ", |
| | 240 | "Please note, this method should usually only be used internally by subclasses of ReaderWriter, Only in special cases will a ReaderWriter implementation be able to handle a protocol format that is wasn't original designed for. To know whether it's safe to inject a new protocol format to an existing ReaderWriter you will need to review the source code and dependencies of that ReaderWriter. "); |
| | 241 | I_Method2(void, supportsExtension, IN, const std::string &, ext, IN, const std::string &, description, |
| | 242 | Properties::NON_VIRTUAL, |
| | 243 | __void__supportsExtension__C5_std_string_R1__C5_std_string_R1, |
| | 244 | "Specify ext string as a supported file extension. ", |
| | 245 | "Please note, this method should usually only be used internally by subclasses of ReaderWriter. Only in special cases will a ReaderWriter implementation be able to handle a file extension that is wasn't original designed for. To know whether it's safe to inject a new file extension to an existing ReaderWriter you will need to review the the source code and dependencies of that ReaderWriter. "); |
| | 246 | I_Method2(void, supportsOption, IN, const std::string &, opt, IN, const std::string &, description, |
| | 247 | Properties::NON_VIRTUAL, |
| | 248 | __void__supportsOption__C5_std_string_R1__C5_std_string_R1, |
| | 249 | "Specify option string as a supported option string. ", |
| | 250 | "Please note, this should usually only be used internally by subclasses of ReaderWriter. "); |
| 240 | | I_ProtectedMethod2(void, supportsProtocol, IN, const std::string &, fmt, IN, const std::string &, description, |
| 241 | | Properties::NON_VIRTUAL, |
| 242 | | Properties::NON_CONST, |
| 243 | | __void__supportsProtocol__C5_std_string_R1__C5_std_string_R1, |
| 244 | | "", |
| 245 | | ""); |
| 246 | | I_ProtectedMethod2(void, supportsExtension, IN, const std::string &, fmt, IN, const std::string &, description, |
| 247 | | Properties::NON_VIRTUAL, |
| 248 | | Properties::NON_CONST, |
| 249 | | __void__supportsExtension__C5_std_string_R1__C5_std_string_R1, |
| 250 | | "", |
| 251 | | ""); |
| 252 | | I_ProtectedMethod2(void, supportsOption, IN, const std::string &, fmt, IN, const std::string &, description, |
| 253 | | Properties::NON_VIRTUAL, |
| 254 | | Properties::NON_CONST, |
| 255 | | __void__supportsOption__C5_std_string_R1__C5_std_string_R1, |
| 256 | | "", |
| 257 | | ""); |