Go to the source code of this file.
Functions | |
void | ensure (int which, bool claim) |
bool | hex2dec (std::string const &input, std::string const &wanted) |
bool | dec2hex (std::string const &input, std::string const &wanted) |
bool | bin2dec (std::string const &input, std::string const &wanted) |
bool | dec2bin (std::string const &input, std::string const &wanted) |
bool | any2any (std::string const &source_set, std::string const &target_set, std::string const &input, std::string const &wanted) |
int | main () |
bool any2any | ( | std::string const & | source_set, |
std::string const & | target_set, | ||
std::string const & | input, | ||
std::string const & | wanted | ||
) |
Definition at line 100 of file base_converter_test.cc.
bool bin2dec | ( | std::string const & | input, |
std::string const & | wanted | ||
) |
Definition at line 58 of file base_converter_test.cc.
bool dec2bin | ( | std::string const & | input, |
std::string const & | wanted | ||
) |
Definition at line 79 of file base_converter_test.cc.
bool dec2hex | ( | std::string const & | input, |
std::string const & | wanted | ||
) |
Definition at line 37 of file base_converter_test.cc.
void ensure | ( | int | which, |
bool | claim | ||
) |
Definition at line 9 of file base_converter_test.cc.
bool hex2dec | ( | std::string const & | input, |
std::string const & | wanted | ||
) |
Definition at line 16 of file base_converter_test.cc.
int main | ( | void | ) |
Definition at line 127 of file base_converter_test.cc.