Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
Base64 Class Reference
Inheritance diagram for Base64:
Inheritance graph
[legend]
Collaboration diagram for Base64:
Collaboration graph
[legend]

Public Types

enum  NumType {
  Int8 , Int16 , Int32 , Float16 ,
  Float32 , Float64
}
 

Public Member Functions

NumType getType ()
 
void convertFrom (const std::vector< float > &data)
 
void convertFrom (const std::vector< uint16_t > &data)
 

Static Public Member Functions

template<typename T >
static void convert (const std::vector< T > &data, std::vector< uint8_t > &bytes)
 
template<typename T >
static void append_value_le (std::vector< uint8_t > &out, T v)
 
static void base64_encode (const std::vector< uint8_t > &data, std::string &out)
 

Static Protected Member Functions

static void assign ()
 

Protected Attributes

NumType type
 
std::vector< uint8_t > bytes
 

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