|
w11 - cpp 0.794
Backend server for Rlink and w11
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <iostream>#include <vector>#include "Rexception.hpp"#include "Rtools.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Retro::Rtools |
| FIXME_docs. | |
| namespace | Retro |
Declaration of class ReventLoop. | |
Functions | |
| 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::Catch2Cerr (const char *msg, std::function< void()> func) |
| FIXME_docs. | |