w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rw11UnitDZ11.cpp
Go to the documentation of this file.
1// $Id: Rw11UnitDZ11.cpp 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
14#include "librtools/RosFill.hpp"
15#include "Rw11CntlDZ11.hpp"
16
17#include "Rw11UnitDZ11.hpp"
18
19using namespace std;
20
26// all method definitions in namespace Retro
27namespace Retro {
28
29//------------------------------------------+-----------------------------------
31
33 : Rw11UnitTermBase<Rw11CntlDZ11>(pcntl, index)
34{}
35
36//------------------------------------------+-----------------------------------
38
40{}
41
42//------------------------------------------+-----------------------------------
44
45void Rw11UnitDZ11::Dump(std::ostream& os, int ind, const char* text,
46 int detail) const
47{
48 RosFill bl(ind);
49 os << bl << (text?text:"--") << "Rw11UnitDZ11 @ " << this << endl;
50 Rw11UnitTermBase<Rw11CntlDZ11>::Dump(os, ind, " ^", detail);
51 return;
52}
53
54} // end namespace Retro
I/O appicator to generate fill characters.
Definition: RosFill.hpp:24
Rw11UnitDZ11(Rw11CntlDZ11 *pcntl, size_t index)
Constructor.
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.
virtual void Dump(std::ostream &os, int ind=0, const char *text=0, int detail=0) const
FIXME_docs.
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47