| 349 | } |
| 350 | |
| 351 | void involve_domain(const domain_type &domain, bool is_override = false) |
| 352 | { |
| 353 | for (auto &it : domain) |
| 354 | add_var(it.first.data(), domain.get_var_by_id(it.second), is_override); |
| 355 | } |
| 356 | }; |
| 357 | |
| 358 | class runtime_type { |
no test coverage detected