C++ TargetRTS
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Variables
_
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
z
Enumerations
Enumerator
Files
File List
•
All
Classes
Functions
Variables
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
src
include
RTArray_class.h
1
/*
2
* Licensed Materials - Property of HCL and/or IBM
3
* Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4
* Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5
*
6
* U.S. Government Users Restricted Rights - Use, duplication or
7
* disclosure restricted by GSA ADP Schedule.
8
*/
9
10
#ifndef __RTArray_class_h__
11
#define __RTArray_class_h__ included
12
13
#ifdef PRAGMA
14
#pragma interface
15
#endif
16
17
#ifndef __RTFieldDescriptor_h__
18
#include <RTFieldDescriptor.h>
19
#endif
20
21
#ifndef __RTObject_class_h__
22
#include <RTObject_class.h>
23
#endif
24
25
struct
RTArray_class
:
public
RTObject_class
26
{
27
RTFieldDescriptor
element;
28
29
RTArray_class
(
int
size,
const
RTObject_class
* element_type );
30
// ~RTArray_class( void );
31
};
//lint !e1712
32
33
#endif
// __RTArray_class_h__
RTArray_class
Definition:
RTArray_class.h:26
RTFieldDescriptor
Definition:
RTFieldDescriptor.h:40
RTObject_class
A type descriptor providing information about a type.
Definition:
RTObject_class.h:64
Generated by
1.9.6