RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | List of all members
RAJA::util::RegistryEntry< T > Class Template Reference

#include <Registry.hpp>

Public Member Functions

 RegistryEntry (const std::string &N, const std::string &D, std::shared_ptr< T >(*C)())
 
const std::string & getName () const
 
const std::string & getDesc () const
 
T * get () const
 

Constructor & Destructor Documentation

◆ RegistryEntry()

template<typename T >
RAJA::util::RegistryEntry< T >::RegistryEntry ( const std::string &  N,
const std::string &  D,
std::shared_ptr< T >(*)()  C 
)
inline

Member Function Documentation

◆ getName()

template<typename T >
const std::string& RAJA::util::RegistryEntry< T >::getName ( ) const
inline

◆ getDesc()

template<typename T >
const std::string& RAJA::util::RegistryEntry< T >::getDesc ( ) const
inline

◆ get()

template<typename T >
T* RAJA::util::RegistryEntry< T >::get ( ) const
inline

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