26using namespace std::placeholders;
64 lock_guard<RlinkConnect> lock(
Virt()->Cpu().Connect());
74 lock_guard<RlinkConnect> lock(
Virt()->Cpu().Connect());
98 std::ostringstream sos;
void SetResult(const std::string &str)
FIXME_docs.
bool AllDone()
FIXME_docs.
void AddMeth(const std::string &name, methfo_t &&methfo)
FIXME_docs.
bool GetArgsDump(RtclArgs &args, int &detail)
FIXME_docs.
int M_get(RtclArgs &args)
FIXME_docs.
int M_dump(RtclArgs &args)
FIXME_docs.
Rw11Virt * Virt() const
FIXME_docs.
int M_get(RtclArgs &args)
FIXME_docs.
~RtclRw11Virt()
FIXME_docs.
RtclRw11Virt(Rw11Virt *pvirt)
Constructor.
int M_stats(RtclArgs &args)
FIXME_docs.
int M_set(RtclArgs &args)
FIXME_docs.
int M_set(RtclArgs &args)
FIXME_docs.
static bool Exec(RtclArgs &args, const Context &cntx, Rstats &stats)
FIXME_docs.
static bool GetArgs(RtclArgs &args, Context &cntx)
FIXME_docs.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Declaration of class ReventLoop.