#include <base64codec.h>
|  | 
| template<typename T > | 
| static Result | decode (const T &base64String) | 
|  | 
| template<typename T > | 
| static Result | decode (const T *inBuffer, size_t inBufferSize) | 
|  | 
| static Result | encode (const void *binaryData, size_t binaryDataSize) | 
|  | 
◆ decode() [1/2]
  
  | 
        
          | static Result decode | ( | const T & | base64String | ) |  |  | inlinestatic | 
 
 
◆ decode() [2/2]
  
  | 
        
          | static Result decode | ( | const T * | inBuffer, |  
          |  |  | size_t | inBufferSize |  
          |  | ) |  |  |  | inlinestatic | 
 
 
◆ encode()
  
  | 
        
          | static Result encode | ( | const void * | binaryData, |  
          |  |  | size_t | binaryDataSize |  
          |  | ) |  |  |  | inlinestatic | 
 
 
The documentation for this class was generated from the following file: