#include <crcstraw.h>
Inherits Straw.
Public Member Functions | |
| CRCStraw (void) | |
| virtual int | Get (void *source, int slen) |
| long | Result (void) const |
Public Member Functions inherited from Straw | |
| Straw (void) | |
| virtual | ~Straw (void) |
| virtual void | Get_From (Straw *pipe) |
| void | Get_From (Straw &pipe) |
Protected Attributes | |
| CRCEngine | CRC |
Additional Inherited Members | |
Public Attributes inherited from Straw | |
| Straw * | ChainTo |
| Straw * | ChainFrom |
Definition at line 47 of file crcstraw.h.
|
inline |
Definition at line 50 of file crcstraw.h.
|
virtual |
Reimplemented from Straw.
Definition at line 63 of file crcstraw.cpp.
| long CRCStraw::Result | ( | void | ) | const |
Definition at line 90 of file crcstraw.cpp.
|
protected |
Definition at line 57 of file crcstraw.h.