|
w11 - cpp 0.794
Backend server for Rlink and w11
|
FIXME_docs. More...
#include <RtclRw11VirtDiskOver.hpp>
Public Member Functions | |
| RtclRw11VirtDiskOver (Rw11VirtDiskOver *pobj) | |
| Constructor. | |
| ~RtclRw11VirtDiskOver () | |
| Destructor. | |
Public Member Functions inherited from Retro::RtclRw11VirtBase< Rw11VirtDiskOver > | |
| RtclRw11VirtBase (Rw11VirtDiskOver *pobj) | |
| Constructor. | |
| ~RtclRw11VirtBase () | |
| FIXME_docs. | |
| Rw11VirtDiskOver & | Obj () |
| FIXME_docs. | |
Public Member Functions inherited from Retro::RtclRw11Virt | |
| RtclRw11Virt (Rw11Virt *pvirt) | |
| Constructor. | |
| ~RtclRw11Virt () | |
| FIXME_docs. | |
| Rw11Virt * | Virt () const |
| FIXME_docs. | |
Public Member Functions inherited from Retro::RtclCmdBase | |
| RtclCmdBase () | |
| FIXME_docs. | |
| virtual | ~RtclCmdBase () |
| Destructor. | |
| RtclCmdBase (const RtclCmdBase &)=delete | |
| RtclCmdBase & | operator= (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_flush (RtclArgs &args) |
| FIXME_docs. | |
| int | M_list (RtclArgs &args) |
| FIXME_docs. | |
Protected Member Functions inherited from Retro::RtclRw11Virt | |
| 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. | |
Additional Inherited Members | |
Public Types inherited from Retro::RtclCmdBase | |
| typedef std::function< int(RtclArgs &)> | methfo_t |
| typedef std::map< std::string, methfo_t > | mmap_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 |
Protected Attributes inherited from Retro::RtclRw11VirtBase< Rw11VirtDiskOver > | |
| Rw11VirtDiskOver * | fpObj |
| ptr to object | |
Protected Attributes inherited from Retro::RtclRw11Virt | |
| Rw11Virt * | fpVirt |
| RtclGetList | fGets |
| RtclSetList | fSets |
Protected Attributes inherited from Retro::RtclCmdBase | |
| mmap_t | fMethMap |
| map for named methods | |
FIXME_docs.
Definition at line 24 of file RtclRw11VirtDiskOver.hpp.
| Retro::RtclRw11VirtDiskOver::RtclRw11VirtDiskOver | ( | Rw11VirtDiskOver * | pobj | ) |
Constructor.
Definition at line 35 of file RtclRw11VirtDiskOver.cpp.
References Retro::RtclCmdBase::AddMeth(), M_flush(), and M_list().
| Retro::RtclRw11VirtDiskOver::~RtclRw11VirtDiskOver | ( | ) |
Destructor.
Definition at line 45 of file RtclRw11VirtDiskOver.cpp.
|
protected |
FIXME_docs.
Definition at line 51 of file RtclRw11VirtDiskOver.cpp.
References Retro::RtclArgs::AllDone(), Retro::kERR, Retro::kOK, Retro::RtclRw11VirtBase< Rw11VirtDiskOver >::Obj(), and Retro::RtclArgs::Quit().
Referenced by RtclRw11VirtDiskOver().
|
protected |
FIXME_docs.
Definition at line 65 of file RtclRw11VirtDiskOver.cpp.
References Retro::RtclArgs::AllDone(), Retro::kERR, Retro::kOK, Retro::Rw11VirtDiskOver::List(), Retro::RtclRw11VirtBase< Rw11VirtDiskOver >::Obj(), and Retro::RtclArgs::SetResult().
Referenced by RtclRw11VirtDiskOver().