w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::RtclRw11VirtBase< TO > Class Template Reference

Implemenation (all inline) of RtclRw11VirtBase. More...

#include <RtclRw11VirtBase.hpp>

Inheritance diagram for Retro::RtclRw11VirtBase< TO >:
[legend]
Collaboration diagram for Retro::RtclRw11VirtBase< TO >:
[legend]

Public Member Functions

 RtclRw11VirtBase (TO *pobj)
 Constructor.
 
 ~RtclRw11VirtBase ()
 FIXME_docs.
 
TO & Obj ()
 FIXME_docs.
 
- Public Member Functions inherited from Retro::RtclRw11Virt
 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 Attributes

TO * fpObj
 ptr to object
 
- Protected Attributes inherited from Retro::RtclRw11Virt
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
 
- 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.
 

Detailed Description

template<class TO>
class Retro::RtclRw11VirtBase< TO >

Implemenation (all inline) of RtclRw11VirtBase.

FIXME_docs

Definition at line 23 of file RtclRw11VirtBase.hpp.

Constructor & Destructor Documentation

◆ RtclRw11VirtBase()

template<class TO >
Retro::RtclRw11VirtBase< TO >::RtclRw11VirtBase ( TO *  pobj)
inline

Constructor.

Definition at line 26 of file RtclRw11VirtBase.ipp.

◆ ~RtclRw11VirtBase()

template<class TO >
Retro::RtclRw11VirtBase< TO >::~RtclRw11VirtBase
inline

FIXME_docs.

Definition at line 35 of file RtclRw11VirtBase.ipp.

Member Function Documentation

◆ Obj()

template<class TO >
TO & Retro::RtclRw11VirtBase< TO >::Obj
inline

FIXME_docs.

Definition at line 42 of file RtclRw11VirtBase.ipp.

Member Data Documentation

◆ fpObj

template<class TO >
TO* Retro::RtclRw11VirtBase< TO >::fpObj
protected

ptr to object

Definition at line 31 of file RtclRw11VirtBase.hpp.


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