#include <CdbNTuplePrint.hh>
Static Public Member Functions | |
| template<class NTUPLE> CdbStatus | print (const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth, const char *theIndent, const CdbNTuplePrintTypes::FrameType theFrameType, const CdbNTuplePrintTypes::FrameBorders theFrameBorders) |
| The print method (full control over parameters, Standard Output Stream). | |
| template<class NTUPLE> CdbStatus | print (std::ostream &theOutputStream, const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth, const char *theIndent, const CdbNTuplePrintTypes::FrameType theFrameType, const CdbNTuplePrintTypes::FrameBorders theFrameBorders) |
| The print method (full control over parameters, any output stream). | |
| template<class NTUPLE> CdbStatus | print1 (const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| A simple method of printing #1 (preselected set of parameters, Standard Output Stream). | |
| template<class NTUPLE> CdbStatus | print1 (std::ostream &theOutputStream, const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| A simple method of printing #1 (preselected set of parameters, any output stream). | |
| template<class NTUPLE> CdbStatus | print2 (const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| A simple method of printing #2 (preselected set of parameters, Standard Output Stream). | |
| template<class NTUPLE> CdbStatus | print2 (std::ostream &theOutputStream, const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| A simple method of printing #2 (preselected set of parameters, any output stream). | |
This interface would retrieve a configuration of a tuple from its pointer's type, thus eliminating a need to pass them (the configuration parameters).
Definition at line 39 of file CdbNTuplePrint.hh.
|
||||||||||||||||||||||||||||||||||||
|
The print method (full control over parameters, any output stream).
Definition at line 63 of file CdbNTuplePrint.hh. References CdbNTuplePrintImpl< NTUPLE, CONVERTER >::print(). |
|
||||||||||||||||||||||||||||||||
|
The print method (full control over parameters, Standard Output Stream).
Definition at line 46 of file CdbNTuplePrint.hh. References CdbNTuplePrintImpl< NTUPLE, CONVERTER >::print(). Referenced by CdbNTuplePrint< CONVERTER >::print1(), and CdbNTuplePrint< CONVERTER >::print2(). |
|
||||||||||||||||||||||||
|
A simple method of printing #1 (preselected set of parameters, any output stream).
Definition at line 94 of file CdbNTuplePrint.hh. References CdbNTuplePrint< CONVERTER >::print(). |
|
||||||||||||||||||||
|
A simple method of printing #1 (preselected set of parameters, Standard Output Stream).
Definition at line 81 of file CdbNTuplePrint.hh. References CdbNTuplePrint< CONVERTER >::print(). |
|
||||||||||||||||||||||||
|
A simple method of printing #2 (preselected set of parameters, any output stream).
Definition at line 122 of file CdbNTuplePrint.hh. References CdbNTuplePrint< CONVERTER >::print(). |
|
||||||||||||||||||||
|
A simple method of printing #2 (preselected set of parameters, Standard Output Stream).
Definition at line 109 of file CdbNTuplePrint.hh. References CdbNTuplePrint< CONVERTER >::print(). |
1.3-rc3