OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Variables
ConvertBase64.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include <osgDB/Export>
Include dependency graph for ConvertBase64.h:

Go to the source code of this file.

Classes

struct  osgDB::base64_encodestate
 
struct  osgDB::base64_decodestate
 
class  osgDB::Base64encoder
 
class  osgDB::Base64decoder
 

Namespaces

 osgDB
 

Enumerations

enum  osgDB::base64_decodestep { osgDB::step_a, osgDB::step_b, osgDB::step_c, osgDB::step_d }
 
enum  osgDB::base64_encodestep { osgDB::step_A, osgDB::step_B, osgDB::step_C }
 

Variables

const int osgDB::BUFFERSIZE = 8192