CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Friends
stor::ErrorStreamConfigurationInfo Class Reference

#include <ErrorStreamConfigurationInfo.h>

Public Member Functions

 ErrorStreamConfigurationInfo (const std::string &streamLabel, int maxFileSizeMB)
 
const int maxFileSizeMB () const
 
bool operator< (const ErrorStreamConfigurationInfo &) const
 
void setStreamId (StreamID sid)
 
StreamID streamId () const
 
const std::string & streamLabel () const
 
 ~ErrorStreamConfigurationInfo ()
 

Private Attributes

int maxFileSizeMB_
 
StreamID streamId_
 
std::string streamLabel_
 

Friends

std::ostream & operator<< (std::ostream &, const ErrorStreamConfigurationInfo &)
 

Detailed Description

Configuration information for the error stream

Author:
mommsen
Revision:
1.5.4.1
Date:
2011/03/07 11:33:04

Definition at line 26 of file ErrorStreamConfigurationInfo.h.

Constructor & Destructor Documentation

stor::ErrorStreamConfigurationInfo::ErrorStreamConfigurationInfo ( const std::string &  streamLabel,
int  maxFileSizeMB 
)
inline
stor::ErrorStreamConfigurationInfo::~ErrorStreamConfigurationInfo ( )
inline

Definition at line 40 of file ErrorStreamConfigurationInfo.h.

40 {}

Member Function Documentation

const int stor::ErrorStreamConfigurationInfo::maxFileSizeMB ( ) const
inline
bool ErrorStreamConfigurationInfo::operator< ( const ErrorStreamConfigurationInfo other) const
void stor::ErrorStreamConfigurationInfo::setStreamId ( StreamID  sid)
inline
StreamID stor::ErrorStreamConfigurationInfo::streamId ( ) const
inline

Definition at line 45 of file ErrorStreamConfigurationInfo.h.

References streamId_.

Referenced by operator<().

const std::string& stor::ErrorStreamConfigurationInfo::streamLabel ( ) const
inline

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const ErrorStreamConfigurationInfo  
)
friend

Member Data Documentation

int stor::ErrorStreamConfigurationInfo::maxFileSizeMB_
private

Definition at line 60 of file ErrorStreamConfigurationInfo.h.

Referenced by maxFileSizeMB(), and operator<().

StreamID stor::ErrorStreamConfigurationInfo::streamId_
private

Definition at line 61 of file ErrorStreamConfigurationInfo.h.

Referenced by operator<(), setStreamId(), and streamId().

std::string stor::ErrorStreamConfigurationInfo::streamLabel_
private

Definition at line 59 of file ErrorStreamConfigurationInfo.h.

Referenced by operator<(), and streamLabel().