|
GTPin
|
Type of an HLI function parameter. More...
#include <igt_iarg.h>
Public Types | |
| enum | ENUM { INVALID, PRIME, PTR } |
Public Member Functions | |
| constexpr | GtHliParamType (ENUM e=INVALID) |
| Conversion constructor. | |
| constexpr | operator ENUM () const |
| Conversion operator. | |
| constexpr bool | IsValid () const |
| Return true for a valid parameter type. | |
| constexpr bool | IsPrime () const |
| Return true for a primary parameter type. | |
| constexpr bool | IsPtr () const |
| Return true if the parameter is a pointer. | |
| const char * | ToString () const |
| Return string representation. | |
Type of an HLI function parameter.
Following are primary HLI parameter types, supported by GTPin:
Compound parameter types include:
The type of the function's return value can be any of the above types or void.
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4