| 827 | } |
| 828 | |
| 829 | Config::ActiveFeatureScope |
| 830 | Config::feature_scope(ActiveType const &ex_type) |
| 831 | { |
| 832 | ActiveFeatureScope scope(*this); |
| 833 | _active_feature._ref_p = false; |
| 834 | _active_feature._type = ex_type; |
| 835 | return scope; |
| 836 | } |
| 837 | |
| 838 | Config::ActiveCaptureScope |
| 839 | Config::capture_scope(unsigned int count, unsigned int line_no) |
no outgoing calls
no test coverage detected