#include <b64straw.h>
Inherits Straw.
Public Types | |
| enum | CodeControl { ENCODE , DECODE } |
| typedef enum Base64Straw::CodeControl | CodeControl |
Public Member Functions | |
| Base64Straw (CodeControl control) | |
| virtual int | Get (void *source, int slen) |
Public Member Functions inherited from Straw | |
| Straw (void) | |
| virtual | ~Straw (void) |
| virtual void | Get_From (Straw *pipe) |
| void | Get_From (Straw &pipe) |
Additional Inherited Members | |
Public Attributes inherited from Straw | |
| Straw * | ChainTo |
| Straw * | ChainFrom |
Definition at line 49 of file b64straw.h.
| typedef enum Base64Straw::CodeControl Base64Straw::CodeControl |
| Enumerator | |
|---|---|
| ENCODE | |
| DECODE | |
Definition at line 52 of file b64straw.h.
|
inline |
Definition at line 57 of file b64straw.h.
|
virtual |
Reimplemented from Straw.
Definition at line 63 of file b64straw.cpp.