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