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

#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
StrawChainTo
 
StrawChainFrom
 

Detailed Description

Definition at line 49 of file b64straw.h.

Member Typedef Documentation

◆ CodeControl

Member Enumeration Documentation

◆ CodeControl

Enumerator
ENCODE 
DECODE 

Definition at line 52 of file b64straw.h.

Constructor & Destructor Documentation

◆ Base64Straw()

Base64Straw::Base64Straw ( CodeControl control)
inline

Definition at line 57 of file b64straw.h.

Member Function Documentation

◆ Get()

int Base64Straw::Get ( void * source,
int slen )
virtual

Reimplemented from Straw.

Definition at line 63 of file b64straw.cpp.


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