| 57 | |
| 58 | template<class View> |
| 59 | forceinline void |
| 60 | CBSBrancher<View>::VarIdToPos::insert(unsigned int var_id, |
| 61 | unsigned int pos) { |
| 62 | static_cast<VarIdToPosO*>(object()) |
| 63 | ->_varIdToPos.insert(std::make_pair(var_id, pos)); |
| 64 | } |
| 65 | |
| 66 | template<class View> |
| 67 | CBSBrancher<View>::CBSBrancher(Home home, ViewArray<View>& x0) |
no outgoing calls
no test coverage detected