3#include <NDEVR/Buffer.h>
4#include <NDEVR/BaseValues.h>
Functions for converting to and from Base64 https://en.wikipedia.org/wiki/Base64.
Definition Base64Encoder.h:15
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:98
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120