EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmHtmlReportElement Class Reference

Implementation of CbmReportElement for text output. More...

#include <EicRoot/blob/master/cbmbase/report/CbmHtmlReportElement.h>

+ Inheritance diagram for CbmHtmlReportElement:
+ Collaboration diagram for CbmHtmlReportElement:

Public Member Functions

 CbmHtmlReportElement ()
 Constructor.
 
virtual ~CbmHtmlReportElement ()
 Destructor.
 
virtual string TableBegin (const string &caption, const vector< string > &colNames) const
 Inherited from CbmReportElement.
 
virtual string TableEnd () const
 Inherited from CbmReportElement.
 
virtual string TableEmptyRow (int nofCols, const string &name) const
 Inherited from CbmReportElement.
 
virtual string TableRow (const vector< string > &row) const
 Inherited from CbmReportElement.
 
virtual string Image (const string &title, const string &file) const
 Inherited from CbmReportElement.
 
virtual string DocumentBegin () const
 Inherited from CbmReportElement.
 
virtual string DocumentEnd () const
 Inherited from CbmReportElement.
 
virtual string Title (int size, const string &title) const
 Inherited from CbmReportElement.
 
- Public Member Functions inherited from CbmReportElement
 CbmReportElement ()
 Constructor.
 
virtual ~CbmReportElement ()
 Destructor.
 

Detailed Description

Implementation of CbmReportElement for text output.

Author
Semen Lebedev s.leb.nosp@m.edev.nosp@m.@gsi..nosp@m.de
Date
2011

Definition at line 22 of file CbmHtmlReportElement.h.

View newest version in sPHENIX GitHub at line 22 of file CbmHtmlReportElement.h

Constructor & Destructor Documentation

CbmHtmlReportElement::CbmHtmlReportElement ( )

Constructor.

virtual CbmHtmlReportElement::~CbmHtmlReportElement ( )
virtual

Destructor.

Member Function Documentation

virtual string CbmHtmlReportElement::DocumentBegin ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::DocumentEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::Image ( const string &  title,
const string &  file 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::TableBegin ( const string &  caption,
const vector< string > &  colNames 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::TableEmptyRow ( int  nofCols,
const string &  name 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::TableEnd ( ) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::TableRow ( const vector< string > &  row) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.

virtual string CbmHtmlReportElement::Title ( int  size,
const string &  title 
) const
virtual

Inherited from CbmReportElement.

Implements CbmReportElement.


The documentation for this class was generated from the following file: