DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::kernel_id_impl Class Reference

#include <detail/kernel_id_impl.hpp>

Public Member Functions

 kernel_id_impl (std::string Name)
 
 kernel_id_impl ()
 
const char * get_name ()
 
const std::string & get_name_string ()
 

Detailed Description

Definition at line 32 of file kernel_id_impl.hpp.

Constructor & Destructor Documentation

◆ kernel_id_impl() [1/2]

sycl::_V1::detail::kernel_id_impl::kernel_id_impl ( std::string  Name)
inline

Definition at line 34 of file kernel_id_impl.hpp.

◆ kernel_id_impl() [2/2]

sycl::_V1::detail::kernel_id_impl::kernel_id_impl ( )
inline

Definition at line 35 of file kernel_id_impl.hpp.

Member Function Documentation

◆ get_name()

const char* sycl::_V1::detail::kernel_id_impl::get_name ( )
inline

Definition at line 36 of file kernel_id_impl.hpp.

◆ get_name_string()

const std::string& sycl::_V1::detail::kernel_id_impl::get_name_string ( )
inline

Definition at line 38 of file kernel_id_impl.hpp.


The documentation for this class was generated from the following file: