| 49 | vector<string> SafeOpFlags::wrapper_names; |
| 50 | |
| 51 | SafeOpFlags::SafeOpFlags() |
| 52 | { |
| 53 | //Nothing to do |
| 54 | } |
| 55 | |
| 56 | SafeOpFlags::SafeOpFlags(bool o1, bool o2, bool is_func, SafeOpSize osize) |
| 57 | : op1_(o1), |
nothing calls this directly
no outgoing calls
no test coverage detected