Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
w
Functions
a
b
d
e
f
g
i
m
n
p
r
s
t
w
Variables
a
c
d
e
f
h
i
m
n
p
r
s
t
w
Typedefs
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
~
Variables
_
a
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
x
Typedefs
a
b
c
e
m
p
r
s
t
Files
File List
File Members
All
d
f
h
i
m
o
s
t
u
Functions
d
i
m
s
t
Variables
Macros
foxglove_bridge_base
include
foxglove_bridge
base64.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
#include <string>
5
#include <string_view>
6
#include <vector>
7
8
namespace
foxglove
{
9
10
std::string
base64Encode
(
const
std::string_view& input);
11
12
std::vector<unsigned char>
base64Decode
(
const
std::string& input);
13
14
}
// namespace foxglove
foxglove
Definition:
base64.hpp:8
foxglove::base64Encode
std::string base64Encode(const std::string_view &input)
Definition:
base64.cpp:10
foxglove::base64Decode
std::vector< unsigned char > base64Decode(const std::string &input)
Definition:
base64.cpp:47
foxglove_bridge
Author(s): Foxglove
autogenerated on Wed Mar 5 2025 03:34:31