| 371 | } |
| 372 | |
| 373 | std::string exportedCppName() const { // #nocov start |
| 374 | std::string name = exportedName(); |
| 375 | std::replace(name.begin(), name.end(), '.', '_'); |
| 376 | return name; |
| 377 | } // #nocov end |
| 378 | |
| 379 | bool rng() const { |
| 380 | Param rngParam = paramNamed(kExportRng); |
no test coverage detected