summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/typeof-refx.yml
blob: b05a8809de7b1170fa7e2e20da9af5f4fa55e379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Returns the type of a pointer reference of the specified level to the specified type.
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
- Copyright (C) 2014 Paval Pisa
definition:
  default: ''
  variants:
  - definition: |
      ${/compiler/if/typeof:/name}(_level(union { int z; ${/compiler/if/typeof:/name}(_target) x; }){0}.x)
    enabled-by:
    - defined(${/compiler/if/gnuc:/name})
description: |
  The reference type idea is based on libHX by Jan Engelhardt.
enabled-by: true
index-entries: []
interface-type: macro
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
name: RTEMS_TYPEOF_REFX
notes: null
params:
- description: |
    is the pointer indirection level expressed in *.
  dir: null
  name: _level
- description: |
    is the reference target type.
  dir: null
  name: _target
return:
  return: null
  return-values: []
type: interface