w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RtclSetBase.hpp
Go to the documentation of this file.
1// $Id: RtclSetBase.hpp 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#ifndef included_Retro_RtclSetBase
15#define included_Retro_RtclSetBase 1
16
17#include "tcl.h"
18
19#include <cstdint>
20#include <string>
21
22#include "RtclArgs.hpp"
23
24namespace Retro {
25
27 public:
29 virtual ~RtclSetBase();
30
31 virtual void operator()(RtclArgs& args) const = 0;
32 };
33
34
35} // end namespace Retro
36
37//#include "RtclSetBase.ipp"
38
39#endif
FIXME_docs.
Definition: RtclArgs.hpp:41
virtual void operator()(RtclArgs &args) const =0
virtual ~RtclSetBase()
FIXME_docs.
Definition: RtclSetBase.cpp:35
RtclSetBase()
FIXME_docs.
Definition: RtclSetBase.cpp:29
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47