QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_DecodeBase64 Class Reference

#include <opennurbs_base64.h>

Public Member Functions

void Begin ()
 
const char * Decode (const char *base64str)
 
const char * Decode (const char *base64str, size_t base64str_count)
 
const wchar_t * Decode (const wchar_t *base64str)
 
const wchar_t * Decode (const wchar_t *base64str, size_t base64str_count)
 
bool End ()
 
const bool Error () const
 
 ON_DecodeBase64 ()
 
virtual void Output ()
 
void SetError ()
 
virtual ~ON_DecodeBase64 ()
 

Public Attributes

unsigned int m_decode_count
 
unsigned char m_output [512]
 
int m_output_count
 

Private Member Functions

void DecodeHelper1 ()
 
void DecodeHelper2 ()
 

Private Attributes

int m_cache [4]
 
int m_cache_count
 
int m_status
 

Constructor & Destructor Documentation

◆ ON_DecodeBase64()

ON_DecodeBase64::ON_DecodeBase64 ( )

◆ ~ON_DecodeBase64()

ON_DecodeBase64::~ON_DecodeBase64 ( )
virtual

Member Function Documentation

◆ Begin()

void ON_DecodeBase64::Begin ( )

◆ Decode() [1/4]

const char * ON_DecodeBase64::Decode ( const char * base64str)

◆ Decode() [2/4]

const char * ON_DecodeBase64::Decode ( const char * base64str,
size_t base64str_count )

◆ Decode() [3/4]

const wchar_t * ON_DecodeBase64::Decode ( const wchar_t * base64str)

◆ Decode() [4/4]

const wchar_t * ON_DecodeBase64::Decode ( const wchar_t * base64str,
size_t base64str_count )

◆ DecodeHelper1()

void ON_DecodeBase64::DecodeHelper1 ( )
private

◆ DecodeHelper2()

void ON_DecodeBase64::DecodeHelper2 ( )
private

◆ End()

bool ON_DecodeBase64::End ( )

◆ Error()

const bool ON_DecodeBase64::Error ( ) const

◆ Output()

void ON_DecodeBase64::Output ( )
virtual

◆ SetError()

void ON_DecodeBase64::SetError ( )

Member Data Documentation

◆ m_cache

int ON_DecodeBase64::m_cache[4]
private

◆ m_cache_count

int ON_DecodeBase64::m_cache_count
private

◆ m_decode_count

unsigned int ON_DecodeBase64::m_decode_count

◆ m_output

unsigned char ON_DecodeBase64::m_output[512]

◆ m_output_count

int ON_DecodeBase64::m_output_count

◆ m_status

int ON_DecodeBase64::m_status
private

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