yacx-YetAnotherCudaExecutor  0.6.2
wrapper to easily compile and execute cuda kernels
Public Member Functions | List of all members
yacx::Header Class Reference

Class to help import header files for Source. More...

#include <Headers.hpp>

Public Member Functions

 Header (const std::string &path)
 
const char * name () const
 
size_t length () const
 
const char * content () const
 

Detailed Description

Class to help import header files for Source.

Examples
docs/headers.cpp, and example_gauss.cpp.

Constructor & Destructor Documentation

◆ Header()

yacx::Header::Header ( const std::string &  path)
inlineexplicit
Parameters
pathrelative path to header file

Member Function Documentation

◆ content()

const char* yacx::Header::content ( ) const
inline
Returns
c-style string of header content

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