25#ifndef GOBY_UTIL_BASE_CONVERT_H
26#define GOBY_UTIL_BASE_CONVERT_H
34void base_convert(
const std::string& source, std::string* sink,
int source_base,
int sink_base);
void base_convert(const std::string &source, std::string *sink, int source_base, int sink_base)
The global namespace for the Goby project.