rocprofiler-sdk/cxx/hash.hpp File Reference#
|
Rocprofiler SDK Developer API 0.6.0
ROCm Profiling API and tools
|
hash.hpp File Reference
#include <rocprofiler-sdk/fwd.h>#include <rocprofiler-sdk/hsa.h>#include <rocprofiler-sdk/internal_threading.h>
Include dependency graph for hash.hpp:Go to the source code of this file.
Data Structures | |
| struct | rocprofiler::sdk::hash::handle_hasher< Tp > |
Namespaces | |
| namespace | rocprofiler |
| namespace | rocprofiler::sdk |
| namespace | rocprofiler::sdk::hash |
| namespace | std |
| STL namespace. | |
Macros | |
| #define | ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER(TYPE) |
Macro Definition Documentation
◆ ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER
| #define ROCPROFILER_CXX_SPECIALIZE_HANDLE_HASHER | ( | TYPE | ) |
Value:
template <> \
{ \
using parent_type = ::rocprofiler::sdk::hash::handle_hasher<TYPE>; \
using parent_type::operator(); \
};
Definition at line 51 of file hash.hpp.
54 { \
56 using parent_type::operator(); \
57 };
Generated by