C++ TargetRTS
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
include
RTIBuffer.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 __RTIBuffer_h__
11
#define __RTIBuffer_h__ included
12
13
#ifdef PRAGMA
14
#pragma interface
15
#endif
16
17
#ifndef __RTConfig_h__
18
#include <RTConfig.h>
19
#endif
20
21
class
RTIBuffer
22
{
23
public
:
24
RTIBuffer
(
void
);
25
virtual
~RTIBuffer
(
void
);
26
27
virtual
int
get(
char
& ) = 0;
28
29
private
:
30
// unavailable methods
31
RTIBuffer
(
const
RTIBuffer
& );
32
RTIBuffer
& operator=(
const
RTIBuffer
& );
33
};
34
35
#endif
// __RTIBuffer_h__
RTIBuffer
Definition:
RTIBuffer.h:22
Generated by
1.9.6