Creates a null kernel object.
| 41 | public: |
| 42 | /// Creates a null kernel object. |
| 43 | kernel() |
| 44 | : m_kernel(0) |
| 45 | { |
| 46 | } |
| 47 | |
| 48 | /// Creates a new kernel object for \p kernel. If \p retain is |
| 49 | /// \c true, the reference count for \p kernel will be incremented. |
nothing calls this directly
no test coverage detected