w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::RtclRw11Virt Class Reference

FIXME_docs. More...

#include <RtclRw11Virt.hpp>

Inheritance diagram for Retro::RtclRw11Virt:
[legend]
Collaboration diagram for Retro::RtclRw11Virt:
[legend]

Public Member Functions

 RtclRw11Virt (Rw11Virt *pvirt)
 Constructor.
 
 ~RtclRw11Virt ()
 FIXME_docs.
 
Rw11VirtVirt () const
 FIXME_docs.
 
- Public Member Functions inherited from Retro::RtclCmdBase
 RtclCmdBase ()
 FIXME_docs.
 
virtual ~RtclCmdBase ()
 Destructor.
 
 RtclCmdBase (const RtclCmdBase &)=delete
 
RtclCmdBaseoperator= (const RtclCmdBase &)=delete
 
int DispatchCmd (RtclArgs &args)
 FIXME_docs.
 
void AddMeth (const std::string &name, methfo_t &&methfo)
 FIXME_docs.
 
void DelMeth (const std::string &name)
 FIXME_docs.
 
bool TstMeth (const std::string &name)
 FIXME_docs.
 

Protected Member Functions

int M_get (RtclArgs &args)
 FIXME_docs.
 
int M_set (RtclArgs &args)
 FIXME_docs.
 
int M_stats (RtclArgs &args)
 FIXME_docs.
 
int M_dump (RtclArgs &args)
 FIXME_docs.
 
- Protected Member Functions inherited from Retro::RtclCmdBase
bool GetArgsDump (RtclArgs &args, int &detail)
 FIXME_docs.
 
int M_info (RtclArgs &args)
 FIXME_docs.
 

Protected Attributes

Rw11VirtfpVirt
 
RtclGetList fGets
 
RtclSetList fSets
 
- Protected Attributes inherited from Retro::RtclCmdBase
mmap_t fMethMap
 map for named methods
 

Additional Inherited Members

- Public Types inherited from Retro::RtclCmdBase
typedef std::function< int(RtclArgs &)> methfo_t
 
typedef std::map< std::string, methfo_tmmap_t
 
typedef mmap_t::iterator mmap_it_t
 
typedef mmap_t::const_iterator mmap_cit_t
 
- Static Public Attributes inherited from Retro::RtclCmdBase
static const int kOK = TCL_OK
 
static const int kERR = TCL_ERROR
 

Detailed Description

FIXME_docs.

Definition at line 27 of file RtclRw11Virt.hpp.

Constructor & Destructor Documentation

◆ RtclRw11Virt()

Retro::RtclRw11Virt::RtclRw11Virt ( Rw11Virt pvirt)

Constructor.

Definition at line 40 of file RtclRw11Virt.cpp.

References Retro::RtclCmdBase::AddMeth(), M_dump(), M_get(), M_set(), and M_stats().

◆ ~RtclRw11Virt()

Retro::RtclRw11Virt::~RtclRw11Virt ( )

FIXME_docs.

Definition at line 55 of file RtclRw11Virt.cpp.

Member Function Documentation

◆ Virt()

Rw11Virt * Retro::RtclRw11Virt::Virt ( ) const
inline

FIXME_docs.

Definition at line 20 of file RtclRw11Virt.ipp.

References fpVirt.

Referenced by M_dump(), M_get(), M_set(), and M_stats().

◆ M_get()

int Retro::RtclRw11Virt::M_get ( RtclArgs args)
protected

FIXME_docs.

Definition at line 61 of file RtclRw11Virt.cpp.

References fGets, Retro::RtclGetList::M_get(), and Virt().

Referenced by RtclRw11Virt().

◆ M_set()

int Retro::RtclRw11Virt::M_set ( RtclArgs args)
protected

FIXME_docs.

Definition at line 71 of file RtclRw11Virt.cpp.

References fSets, Retro::RtclSetList::M_set(), and Virt().

Referenced by RtclRw11Virt().

◆ M_stats()

int Retro::RtclRw11Virt::M_stats ( RtclArgs args)
protected

◆ M_dump()

int Retro::RtclRw11Virt::M_dump ( RtclArgs args)
protected

Member Data Documentation

◆ fpVirt

Rw11Virt* Retro::RtclRw11Virt::fpVirt
protected

Definition at line 41 of file RtclRw11Virt.hpp.

Referenced by Virt().

◆ fGets

RtclGetList Retro::RtclRw11Virt::fGets
protected

Definition at line 42 of file RtclRw11Virt.hpp.

Referenced by M_get().

◆ fSets

RtclSetList Retro::RtclRw11Virt::fSets
protected

Definition at line 43 of file RtclRw11Virt.hpp.

Referenced by M_set().


The documentation for this class was generated from the following files: