#include <cstdint>
#include <string>
#include <functional>
#include "RerrMsg.hpp"
#include "RparseUrl.hpp"
#include "Rtools.ipp"
Go to the source code of this file.
|
std::string | Retro::Rtools::Flags2String (uint32_t flags, const RflagName *fnam, char delim) |
| FIXME_docs.
|
|
bool | Retro::Rtools::String2Long (const std::string &str, long &res, RerrMsg &emsg, int base) |
| FIXME_docs.
|
|
bool | Retro::Rtools::String2Long (const std::string &str, unsigned long &res, RerrMsg &emsg, int base) |
| FIXME_docs.
|
|
bool | Retro::Rtools::CreateBackupFile (const std::string &fname, size_t nbackup, RerrMsg &emsg) |
| FIXME_docs.
|
|
bool | Retro::Rtools::CreateBackupFile (const RparseUrl &purl, RerrMsg &emsg) |
| FIXME_docs.
|
|
void | Retro::Rtools::Word2Bytes (uint16_t word, uint16_t &byte0, uint16_t &byte1) |
| FIXME_docs.
|
|
uint16_t | Retro::Rtools::Bytes2Word (uint16_t byte0, uint16_t byte1) |
| FIXME_docs.
|
|
void | Retro::Rtools::Catch2Cerr (const char *msg, std::function< void()> func) |
| FIXME_docs.
|
|