\brief Default constructor - initializes to NULL.
| 2179 | public: |
| 2180 | //! \brief Default constructor - initializes to NULL. |
| 2181 | Platform() : detail::Wrapper<cl_type>() { } |
| 2182 | |
| 2183 | /*! \brief Constructor from cl_platform_id. |
| 2184 | * |
nothing calls this directly
no outgoing calls
no test coverage detected