#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) |
| 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) |
| template<class NTUPLE> CdbStatus | print1 (const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| template<class NTUPLE> CdbStatus | print1 (std::ostream &theOutputStream, const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| template<class NTUPLE> CdbStatus | print2 (const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
| template<class NTUPLE> CdbStatus | print2 (std::ostream &theOutputStream, const CdbCPtr< NTUPLE > &thePtr, const unsigned int theColumnWidth=12) |
Unlike its generic couterpart, this specialized version of the class would rely on the default conversion rules for n-tuple elements.
Definition at line 143 of file CdbNTuplePrint.hh.
|
||||||||||||||||||||||||||||||||
|
Definition at line 163 of file CdbNTuplePrint.hh. |
|
||||||||||||||||||||||||||||
|
Definition at line 148 of file CdbNTuplePrint.hh. |
|
||||||||||||||||||||
|
Definition at line 187 of file CdbNTuplePrint.hh. |
|
||||||||||||||||
|
Definition at line 179 of file CdbNTuplePrint.hh. |
|
||||||||||||||||||||
|
Definition at line 205 of file CdbNTuplePrint.hh. |
|
||||||||||||||||
|
Definition at line 197 of file CdbNTuplePrint.hh. |
1.3-rc3