CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
base64_decode_context Struct Reference

#include <base64.h>

Public Attributes

char buf [4]
 
unsigned int i
 

Detailed Description

Definition at line 34 of file base64.h.

Member Data Documentation

char base64_decode_context::buf[4]

Definition at line 37 of file base64.h.

Referenced by get_4().

unsigned int base64_decode_context::i

Definition at line 36 of file base64.h.

Referenced by base64_decode_ctx(), base64_decode_ctx_init(), and get_4().