Audio 1.0.0
Typedefs | Enumerations | Functions
updater.cpp File Reference
#include "updater.h"
#include "utils.h"
#include <curl/curl.h>
#include <nlohmann/json.hpp>

Typedefs

using json = nlohmann::json
 

Enumerations

enum  CharType { Number , Period , String }
 

Functions

CharType getCharType (char c)
 Get char type. More...
 
std::size_t callback (const char *in, std::size_t size, std::size_t num, std::string *out)
 

Detailed Description

Author
Asiern (https://github.com/Asiern)
Date
2021-08-27

Typedef Documentation

◆ json

using json = nlohmann::json

Enumeration Type Documentation

◆ CharType

enum CharType
Enumerator
Number 
Period 
String 

Function Documentation

◆ callback()

std::size_t callback ( const char *  in,
std::size_t  size,
std::size_t  num,
std::string *  out 
)

◆ getCharType()

CharType getCharType ( char  c)

Get char type.

Parameters
cchar
Returns
char type from enum lst {Period | Number | String}