collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool)
More...
#include <GaudiAlg/Print.h>
collection of useful utilities to print INTuple object (currently used for implementation of class GaudiTupleAlg and class GaudiTupleTool)
- See also
- INTuple
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
- Date
- 2005-08-04
Definition at line 173 of file Print.h.
Definition at line 177 of file Print.cpp.
static std::string print(const INTuple *tuple, const GaudiAlg::TupleID &ID)
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
GAUDI_API LiteralID idAsString() const
Return ID as string, for both numeric and literal IDs.
std::string GaudiAlg::PrintTuple::print |
( |
const INTuple * |
tuple | ) |
|
|
static |
Definition at line 206 of file Print.cpp.
209 (
"Title=\"%|.39s|\" %|48t|#items=%|-3|%|50t|{%|.81s|}" ) ;
210 fmt % tuple->
title() ;
211 fmt % tuple->
items().size() ;
212 fmt % _print( tuple->
items() ) ;
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
virtual const std::string & title() const =0
Object title.
virtual ItemContainer & items()=0
Access item container.
The documentation for this class was generated from the following files: