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::yc_number_ptr_arg Class Reference

Arguments that may be YASK numeric pointer types. More...

#include <yc_node_api.hpp>

+ Inheritance diagram for yask::yc_number_ptr_arg:

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.
 

Detailed Description

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.

Note
Not used in Python API.

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