w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rtools.hpp File Reference
#include <cstdint>
#include <string>
#include <functional>
#include "RerrMsg.hpp"
#include "RparseUrl.hpp"
#include "Rtools.ipp"
Include dependency graph for Rtools.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Retro::RflagName
 

Namespaces

namespace  Retro
 Declaration of class ReventLoop.
 
namespace  Retro::Rtools
 FIXME_docs.
 

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::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.