YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
String output. More...
#include <yask_common_api.hpp>
Public Member Functions | |
virtual std::string | get_string () const =0 |
Get the output. | |
virtual void | discard ()=0 |
Discard contents of current buffer. | |
Public Member Functions inherited from yask::yask_output | |
virtual std::ostream & | get_ostream ()=0 |
Access underlying C++ ostream object. | |
String output.
|
pure virtual |
Get the output.
Does not modify current buffer.