YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
Arguments that may be YASK numeric pointer types. More...
#include <yc_node_api.hpp>
Public Member Functions | |
yc_number_ptr_arg (yc_number_node_ptr p) | |
Arg can be a number-node pointer. | |
yc_number_ptr_arg (yc_index_node_ptr p) | |
Arg can be an index-node pointer. | |
yc_number_ptr_arg (yc_var_point_node_ptr p) | |
Arg can be a var-point-node pointer. | |
Arguments that may be YASK numeric pointer types.
A simple wrapper class to provide automatic construction of a 'yc_number_node_ptr' from other YASK pointer types.
Used only to provide conversions in function arguments.
Not a virtual class.