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

#include <crcpipe.h>

Inherits Pipe.

Public Member Functions

 CRCPipe (void)
 
virtual int Put (void const *source, int slen)
 
long Result (void) const
 
- 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)
 

Protected Attributes

CRCEngine CRC
 

Additional Inherited Members

- Public Attributes inherited from Pipe
PipeChainTo
 
PipeChainFrom
 

Detailed Description

Definition at line 47 of file crcpipe.h.

Constructor & Destructor Documentation

◆ CRCPipe()

CRCPipe::CRCPipe ( void )
inline

Definition at line 50 of file crcpipe.h.

Member Function Documentation

◆ Put()

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

Reimplemented from Pipe.

Definition at line 63 of file crcpipe.cpp.

◆ Result()

long CRCPipe::Result ( void ) const

Definition at line 85 of file crcpipe.cpp.

Member Data Documentation

◆ CRC

CRCEngine CRCPipe::CRC
protected

Definition at line 57 of file crcpipe.h.


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