Classes | Macros | Variables
base64.h File Reference
#include "sick_scan/sick_scan_base.h"
#include <iterator>
#include <ios>
Include dependency graph for base64.h:

Go to the source code of this file.

Classes

class  base64< _E, _Tr >
 
struct  base64< _E, _Tr >::crlf< _E, _Tr >
 
struct  base64< _E, _Tr >::crlfsp< _E, _Tr >
 
struct  base64< _E, _Tr >::noline< _E, _Tr >
 
struct  base64< _E, _Tr >::three2four< _E, _Tr >
 

Macros

#define _0000_0011   0x03
 
#define _0000_1111   0x0F
 
#define _0011_0000   0x30
 
#define _0011_1100   0x3C
 
#define _0011_1111   0x3F
 
#define _1100_0000   0xC0
 
#define _1111_0000   0xF0
 
#define _1111_1100   0xFC
 
#define __BASE64_H_INCLUDED__   1
 
#define _EQUAL_CHAR   (-1)
 
#define _IOS_BADBIT   std::ios_base::badbit
 
#define _IOS_EOFBIT   std::ios_base::eofbit
 
#define _IOS_FAILBIT   std::ios_base::failbit
 
#define _IOS_GOODBIT   std::ios_base::goodbit
 
#define _UNKNOWN_CHAR   (-2)
 

Variables

static int _base64Chars []
 

Macro Definition Documentation

◆ _0000_0011

#define _0000_0011   0x03

Definition at line 26 of file base64.h.

◆ _0000_1111

#define _0000_1111   0x0F

Definition at line 31 of file base64.h.

◆ _0011_0000

#define _0011_0000   0x30

Definition at line 29 of file base64.h.

◆ _0011_1100

#define _0011_1100   0x3C

Definition at line 30 of file base64.h.

◆ _0011_1111

#define _0011_1111   0x3F

Definition at line 33 of file base64.h.

◆ _1100_0000

#define _1100_0000   0xC0

Definition at line 32 of file base64.h.

◆ _1111_0000

#define _1111_0000   0xF0

Definition at line 28 of file base64.h.

◆ _1111_1100

#define _1111_1100   0xFC

Definition at line 27 of file base64.h.

◆ __BASE64_H_INCLUDED__

#define __BASE64_H_INCLUDED__   1

Definition at line 11 of file base64.h.

◆ _EQUAL_CHAR

#define _EQUAL_CHAR   (-1)

Definition at line 35 of file base64.h.

◆ _IOS_BADBIT

#define _IOS_BADBIT   std::ios_base::badbit

Definition at line 40 of file base64.h.

◆ _IOS_EOFBIT

#define _IOS_EOFBIT   std::ios_base::eofbit

Definition at line 39 of file base64.h.

◆ _IOS_FAILBIT

#define _IOS_FAILBIT   std::ios_base::failbit

Definition at line 38 of file base64.h.

◆ _IOS_GOODBIT

#define _IOS_GOODBIT   std::ios_base::goodbit

Definition at line 41 of file base64.h.

◆ _UNKNOWN_CHAR

#define _UNKNOWN_CHAR   (-2)

Definition at line 36 of file base64.h.

Variable Documentation

◆ _base64Chars

int _base64Chars[]
static
Initial value:
= {'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z',
'0','1','2','3','4','5','6','7','8','9',
'+','/' }

Definition at line 20 of file base64.h.



sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:13