#include <shapipe.h>
Inherits Pipe.
Public Member Functions | |
| SHAPipe (void) | |
| virtual int | Put (void const *source, int slen) |
| int | Result (void *result) 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 | |
| SHAEngine | SHA |
Additional Inherited Members | |
Public Attributes inherited from Pipe | |
| Pipe * | ChainTo |
| Pipe * | ChainFrom |
|
virtual |
Reimplemented from Pipe.
Definition at line 62 of file shapipe.cpp.
| int SHAPipe::Result | ( | void * | result | ) | const |
Definition at line 85 of file shapipe.cpp.