w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Rexception.ipp
Go to the documentation of this file.
1// $Id: Rexception.ipp 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-12 487 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14// all method definitions in namespace Retro
15namespace Retro {
16
17//------------------------------------------+-----------------------------------
19
20inline const RerrMsg& Rexception::ErrMsg() const
21{
22 return fErrmsg;
23}
24
25
26} // end namespace Retro
FIXME_docs.
Definition: RerrMsg.hpp:25
RerrMsg fErrmsg
message object
Definition: Rexception.hpp:45
const RerrMsg & ErrMsg() const
FIXME_docs.
Definition: Rexception.ipp:20
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47