w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11VirtBase.ipp
Go to the documentation of this file.
1// $Id: RtclRw11VirtBase.ipp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2017-03-11 859 1.0 Initial version
8// ---------------------------------------------------------------------------
9
19// all method definitions in namespace Retro
20namespace Retro {
21
22//------------------------------------------+-----------------------------------
24
25template <class TO>
27 : RtclRw11Virt(pobj),
28 fpObj(pobj)
29{}
30
31//------------------------------------------+-----------------------------------
33
34template <class TO>
36{}
37
38//------------------------------------------+-----------------------------------
40
41template <class TO>
43{
44 return *fpObj;
45}
46
47
48} // end namespace Retro
RtclRw11VirtBase(TO *pobj)
Constructor.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47