10#ifndef __RTMemoryOutBuffer_h__
11#define __RTMemoryOutBuffer_h__ included
17#ifndef __RTOBuffer_h__
27 virtual int write(
const char * data,
int size )
override;
28 virtual int flush(
void )
override;
Definition: RTMemoryOutBuffer.h:22
virtual int write(const char *data, int size) override
Write a string to the buffer.
virtual int flush(void) override
Flushes the data written to the buffer.
Represents an output buffer.
Definition: RTOBuffer.h:23