w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclRw11VirtBase.hpp
Go to the documentation of this file.
1// $Id: RtclRw11VirtBase.hpp 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
10
15#ifndef included_Retro_RtclRw11VirtBase
16#define included_Retro_RtclRw11VirtBase 1
17
18#include "RtclRw11Virt.hpp"
19
20namespace Retro {
21
22 template <class TO>
24 public:
25 RtclRw11VirtBase(TO* pobj);
27
28 TO& Obj();
29
30 protected:
31 TO* fpObj;
32 };
33
34} // end namespace Retro
35
36// implementation is all inline
37#include "RtclRw11VirtBase.ipp"
38
39#endif
Implemenation (all inline) of RtclRw11VirtBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47