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