ViennaCL - The Vienna Computing Library
1.5.0
|
A stream class where the kernel sources are streamed to. Takes care of indentation of the sources. More...
#include <utils.hpp>
Data Structures | |
class | kgenstream |
Public Member Functions | |
kernel_generation_stream () | |
std::string | str () |
void | inc_tab () |
void | dec_tab () |
~kernel_generation_stream () |
A stream class where the kernel sources are streamed to. Takes care of indentation of the sources.
kernel_generation_stream | ( | ) | [inline] |
~kernel_generation_stream | ( | ) | [inline] |
void dec_tab | ( | ) | [inline] |
void inc_tab | ( | ) | [inline] |
std::string str | ( | ) | [inline] |