Audio 1.0.0
|
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) |
using json = nlohmann::json |
enum CharType |
std::size_t callback | ( | const char * | in, |
std::size_t | size, | ||
std::size_t | num, | ||
std::string * | out | ||
) |
CharType getCharType | ( | char | c | ) |
Get char type.
c | char |