SpectMorph
lib
smhexstring.hh
1
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl-2.1.html
2
3
#ifndef SPECTMORPH_HEX_STRING_HH
4
#define SPECTMORPH_HEX_STRING_HH
5
6
#include <vector>
7
#include <string>
8
9
namespace
SpectMorph
10
{
11
12
namespace
HexString
13
{
14
15
bool
decode (
const
std::string& str, std::vector<unsigned char>& out);
16
std::string encode (
const
std::vector<unsigned char>& data);
17
18
}
19
20
}
21
22
#endif
Generated on Wed Nov 1 2023 22:01:19 for SpectMorph by
1.9.1