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
RTTruncatingBuffer.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 __RTTruncatingBuffer_h__
11
#define __RTTruncatingBuffer_h__ included
12
13
#ifdef PRAGMA
14
#pragma interface
15
#endif
16
17
#ifndef __RTMemoryOutBuffer_h__
18
#include <RTMemoryOutBuffer.h>
19
#endif
20
21
class
RTTruncatingBuffer
:
public
RTMemoryOutBuffer
22
{
23
public
:
24
RTTruncatingBuffer
(
char
*,
int
size );
25
virtual
~RTTruncatingBuffer
(
void
);
26
27
private
:
28
// unavailable methods
29
RTTruncatingBuffer
(
const
RTTruncatingBuffer
& );
30
RTTruncatingBuffer
& operator=(
const
RTTruncatingBuffer
& );
31
};
//lint !e1712
32
33
#endif
// __RTMemoryTruncatingOutBuffer_h__
RTMemoryOutBuffer
Definition:
RTMemoryOutBuffer.h:22
RTTruncatingBuffer
Definition:
RTTruncatingBuffer.h:22
Generated by
1.9.6