Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
static void | FromB64low (const char *in, TString &out) |
Base64 decoding of 4 bytes from in. | |
static void | ToB64low (const char *in, char *out, int mod) |
Base64 encoding of 3 bytes from in. | |
|
static |
Base64 decoding of 4 bytes from in.
Output (3 bytes) appended to out. No check for base64-ness of input characters.
Definition at line 67 of file TBase64.cxx.
|
static |
Base64 encoding of 3 bytes from in.
Output (4 bytes) saved in out (not null terminated).
Definition at line 31 of file TBase64.cxx.