w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
RosPrintBvi.ipp
Go to the documentation of this file.
1// $Id: RosPrintBvi.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-03-05 366 1.0 Initial version
8// ---------------------------------------------------------------------------
9
14// all method definitions in namespace Retro
15namespace Retro {
16
17//------------------------------------------+-----------------------------------
23inline std::ostream& operator<<(std::ostream& os, const RosPrintBvi& obj)
24{
25 obj.Print(os);
26 return os;
27}
28
29//------------------------------------------+-----------------------------------
35inline std::string& operator<<(std::string& os, const RosPrintBvi& obj)
36{
37 obj.Print(os);
38 return os;
39}
40
41
42} // end namespace Retro
std::string & operator<<(std::string &os, const RosPrintBvi &obj)
string insertion operator.
Definition: RosPrintBvi.ipp:35
void Print(std::ostream &os) const
FIXME_docs.
Definition: RosPrintBvi.cpp:82
std::ostream & operator<<(std::ostream &os, const RosPrintBvi &obj)
ostream insertion operator.
Definition: RosPrintBvi.ipp:23
Declaration of class ReventLoop.
Definition: ReventLoop.cpp:47