w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitDZ11.hpp
Go to the documentation of this file.
1// $Id: Rw11UnitDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $
2// SPDX-License-Identifier: GPL-3.0-or-later
3// Copyright 2019- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4//
5// Revision History:
6// Date Rev Version Comment
7// 2019-05-04 1146 0.1 First draft
8// ---------------------------------------------------------------------------
9
10
15#ifndef included_Retro_Rw11UnitDZ11
16#define included_Retro_Rw11UnitDZ11 1
17
18#include "Rw11UnitTermBase.hpp"
19
20namespace Retro {
21
22 class Rw11CntlDZ11; // forw decl to avoid circular incl
23
24 class Rw11UnitDZ11 : public Rw11UnitTermBase<Rw11CntlDZ11> {
25 public:
26
27 Rw11UnitDZ11(Rw11CntlDZ11* pcntl, size_t index);
29
30 virtual void Dump(std::ostream& os, int ind=0, const char* text=0,
31 int detail=0) const;
32
33 protected:
34
35 };
36
37} // end namespace Retro
38
39//#include "Rw11UnitDZ11.ipp"
40
41#endif
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
~Rw11UnitDZ11()
Destructor.
Implemenation (inline) of Rw11UnitTermBase.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47