Twitch SDK (Internal)
modules
core
core_common
include
twitchsdk
core
base64.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
ttv
6
{
7
std::string
Base64Encode
(
unsigned
char
const
*,
unsigned
int
len);
8
std::string
Base64Decode
(std::string
const
& s);
9
}
10
11
ttv
JSON (JavaScript Object Notation).
Definition:
adsapi.h:16
ttv::Base64Decode
std::string Base64Decode(std::string const &s)
ttv::Base64Encode
std::string Base64Encode(unsigned char const *, unsigned int len)
Generated by
1.8.13