Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

CMS_DIAGNOSTICS_INFO Class Reference

#include <cmsdiag.hh>

Inheritance diagram for CMS_DIAGNOSTICS_INFO:

Inheritance graph
[legend]
Collaboration diagram for CMS_DIAGNOSTICS_INFO:

Collaboration graph
[legend]

Public Methods

 CMS_DIAGNOSTICS_INFO ()
virtual ~CMS_DIAGNOSTICS_INFO ()

Data Fields

CMS_DIAG_PROC_INFOlast_writer_dpi
CMS_DIAG_PROC_INFOlast_reader_dpi
RCS_LINKED_LISTdpis

Constructor & Destructor Documentation

CMS_DIAGNOSTICS_INFO::CMS_DIAGNOSTICS_INFO  
 

Definition at line 43 of file cmsdiag.cc.

00044 {
00045   last_writer_dpi = NULL;
00046   last_reader_dpi = NULL;
00047   dpis = NULL;
00048 }

CMS_DIAGNOSTICS_INFO::~CMS_DIAGNOSTICS_INFO   [virtual]
 

Definition at line 50 of file cmsdiag.cc.

00051 {
00052   last_writer_dpi = NULL;
00053   last_reader_dpi = NULL;
00054   if (NULL != dpis)
00055     {
00056       delete dpis;
00057       dpis = NULL;
00058     }
00059 }


Field Documentation

CMS_DIAG_PROC_INFO* CMS_DIAGNOSTICS_INFO::last_writer_dpi
 

Definition at line 48 of file cmsdiag.hh.

Referenced by CMS::internal_retrieve_diag_info().

CMS_DIAG_PROC_INFO* CMS_DIAGNOSTICS_INFO::last_reader_dpi
 

Definition at line 49 of file cmsdiag.hh.

Referenced by CMS::internal_retrieve_diag_info().

RCS_LINKED_LIST* CMS_DIAGNOSTICS_INFO::dpis
 

Definition at line 50 of file cmsdiag.hh.

Referenced by CMS::internal_retrieve_diag_info().


The documentation for this class was generated from the following files:
Generated on Sun Dec 2 15:58:18 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001