w11 - cpp
0.794
Backend server for Rlink and w11
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
f
k
m
n
o
r
s
t
w
Functions
a
b
c
f
m
n
o
r
s
t
w
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
f
i
k
m
n
o
p
s
u
v
w
Typedefs
a
b
c
e
g
m
n
o
p
r
s
x
Enumerations
c
f
l
o
p
r
s
t
Enumerator
k
t
Related Functions
Files
File List
File Members
All
Functions
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Loading...
Searching...
No Matches
Rtcl.ipp
Go to the documentation of this file.
1
// $Id: Rtcl.ipp 1186 2019-07-12 17:49:59Z mueller $
2
// SPDX-License-Identifier: GPL-3.0-or-later
3
// Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
//
5
// Revision History:
6
// Date Rev Version Comment
7
// 2011-02-26 364 1.0 Initial version
8
// 2011-02-18 362 0.1 First draft
9
// ---------------------------------------------------------------------------
10
15
// all method definitions in namespace Retro
16
namespace
Retro
{
17
18
//------------------------------------------+-----------------------------------
20
21
inline
Tcl_Obj*
Rtcl::NewLinesObj
(std::ostringstream& sos)
22
{
23
return
NewLinesObj
(sos.str());
24
}
25
26
//------------------------------------------+-----------------------------------
28
29
inline
void
Rtcl::SetResult
(Tcl_Interp* interp, std::ostringstream& sos)
30
{
31
SetResult
(interp, sos.str());
32
return
;
33
}
34
35
36
}
// end namespace Retro
Retro::Rtcl::SetResult
void SetResult(Tcl_Interp *interp, const std::string &str)
Retro::Rtcl::NewLinesObj
Tcl_Obj * NewLinesObj(const std::string &str)
Retro
Declaration of class ReventLoop.
Definition:
ReventLoop.cpp:47
librtcltools
Rtcl.ipp
Generated on Thu Feb 9 2023 12:40:57 for w11 - cpp by
1.9.6