Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
ON_DecodeBase64 Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_base64.h>

List of all members.

Public Member Functions

 ON_DecodeBase64 ()
virtual ~ON_DecodeBase64 ()
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 ()
virtual void Output ()
void SetError ()
const bool Error () const

Public Attributes

unsigned int m_decode_count
int m_output_count
unsigned char m_output [512]

Detailed Description

Definition at line 215 of file opennurbs_base64.h.


Constructor & Destructor Documentation

virtual ON_DecodeBase64::~ON_DecodeBase64 ( ) [virtual]

Member Function Documentation

const char* ON_DecodeBase64::Decode ( const char *  base64str)
const char* ON_DecodeBase64::Decode ( const char *  base64str,
size_t  base64str_count 
)
const wchar_t* ON_DecodeBase64::Decode ( const wchar_t *  base64str)
const wchar_t* ON_DecodeBase64::Decode ( const wchar_t *  base64str,
size_t  base64str_count 
)
const bool ON_DecodeBase64::Error ( ) const
virtual void ON_DecodeBase64::Output ( ) [virtual]

Member Data Documentation

Definition at line 258 of file opennurbs_base64.h.

unsigned char ON_DecodeBase64::m_output[512]

Definition at line 261 of file opennurbs_base64.h.

Definition at line 260 of file opennurbs_base64.h.


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