Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::base64_helper Class Reference

Base64 encoding and decoding helper class. More...

#include <base64_helper.h>

Public Member Functions

 base64_helper (const base64_helper &other)
 
base64_helperoperator= (const base64_helper &other)
 
 base64_helper (base64_helper &&other) noexcept=default
 
base64_helperoperator= (base64_helper &&other) noexcept=default
 
std::string encode (const std::string &s) const noexcept
 Transform an input string into base64 characters.
 
std::string decode (const std::string &s) const noexcept
 Transform an input string from from base64 characters.
 

Detailed Description

Base64 encoding and decoding helper class.

This class provides methods to encode and decode strings using the Base64 encoding scheme

Member Function Documentation

◆ encode()

std::string mazes::base64_helper::encode ( const std::string & s) const
noexcept

Transform an input string into base64 characters.

Parameters
s
Returns


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