YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
yask::yask_file_output Class Referenceabstract

File output. More...

#include <yask_common_api.hpp>

+ Inheritance diagram for yask::yask_file_output:

Public Member Functions

virtual std::string get_filename () const =0
 Get the filename.
 
virtual void close ()=0
 Close file.
 
- Public Member Functions inherited from yask::yask_output
virtual std::ostream & get_ostream ()=0
 Access underlying C++ ostream object.
 

Detailed Description

File output.

Member Function Documentation

◆ get_filename()

virtual std::string yask::yask_file_output::get_filename ( ) const
pure virtual

Get the filename.

Returns
String containing filename given during creation.

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