Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
BufferPipe Class Reference

#include <XPIPE.H>

Inherits Pipe.

Public Member Functions

 BufferPipe (Buffer const &buffer)
 
 BufferPipe (void *buffer, int length)
 
virtual int Put (void const *source, int slen)
 
- Public Member Functions inherited from Pipe
 Pipe (void)
 
 ~Pipe ()
 
bool Create (const char *name)
 
bool Connected (void)
 
void Write (char msg)
 
const char * Read (void)
 
 Pipe (void)
 
virtual ~Pipe (void)
 
virtual int Flush (void)
 
virtual int End (void)
 
virtual void Put_To (Pipe *pipe)
 
void Put_To (Pipe &pipe)
 

Additional Inherited Members

- Public Attributes inherited from Pipe
PipeChainTo
 
PipeChainFrom
 

Detailed Description

Definition at line 52 of file XPIPE.H.

Constructor & Destructor Documentation

◆ BufferPipe() [1/2]

BufferPipe::BufferPipe ( Buffer const & buffer)
inline

Definition at line 55 of file XPIPE.H.

◆ BufferPipe() [2/2]

BufferPipe::BufferPipe ( void * buffer,
int length )
inline

Definition at line 56 of file XPIPE.H.

Member Function Documentation

◆ Put()

int BufferPipe::Put ( void const * source,
int slen )
virtual

Reimplemented from Pipe.

Definition at line 70 of file xpipe.cpp.


The documentation for this class was generated from the following files: