| 109 | /**************************************************************************/ |
| 110 | |
| 111 | projCppContext* pj_ctx::get_cpp_context() |
| 112 | { |
| 113 | if (cpp_context == nullptr) { |
| 114 | cpp_context = new projCppContext(this); |
| 115 | } |
| 116 | return cpp_context; |
| 117 | } |
| 118 | |
| 119 | /************************************************************************/ |
| 120 | /* set_search_paths() */ |
no outgoing calls
no test coverage detected