w11 - cpp
0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RlogMsg.cpp
Go to the documentation of this file.
1
// $Id: RlogMsg.cpp 1186 2019-07-12 17:49:59Z mueller $
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
// Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
//
5
// Revision History:
6
// Date Rev Version Comment
7
// 2013-02-22 490 1.0 Initial version
8
// ---------------------------------------------------------------------------
9
14
#include "
RlogFile.hpp
"
15
16
#include "
RlogMsg.hpp
"
17
18
using namespace
std;
19
25
// all method definitions in namespace Retro
26
namespace
Retro
{
27
28
//------------------------------------------+-----------------------------------
30
31
RlogMsg::RlogMsg
(
char
tag)
32
: fStream(),
33
fLfile(0),
34
fTag(tag)
35
{}
36
37
//------------------------------------------+-----------------------------------
39
40
RlogMsg::RlogMsg
(
RlogFile
& lfile,
char
tag)
41
: fStream(),
42
fLfile(&lfile),
43
fTag(tag)
44
{}
45
46
//------------------------------------------+-----------------------------------
48
49
RlogMsg::~RlogMsg
()
50
{
51
if
(
fLfile
) *
fLfile
<< *
this
;
52
}
53
54
}
// end namespace Retro
RlogFile.hpp
RlogMsg.hpp
Retro::RlogFile
FIXME_docs.
Definition:
RlogFile.hpp:34
Retro::RlogMsg::fLfile
RlogFile * fLfile
Definition:
RlogMsg.hpp:43
Retro::RlogMsg::~RlogMsg
~RlogMsg()
Destructor.
Definition:
RlogMsg.cpp:49
Retro::RlogMsg::RlogMsg
RlogMsg(char tag=0)
Default constructor.
Definition:
RlogMsg.cpp:31
Retro
Declaration of class ReventLoop.
Definition:
ReventLoop.cpp:47
librtools
RlogMsg.cpp
Generated on Thu Feb 9 2023 12:40:57 for w11 - cpp by
1.9.6