Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Jetscape::SafeOstream Struct Reference

#include <JETSCAPE/blob/main/src/framework/JetScapeLogger.h>

+ Collaboration diagram for Jetscape::SafeOstream:

Classes

struct  GuardedImpl
 
struct  impl
 

Public Member Functions

 SafeOstream (std::ostream &ostream)
 
template<typename T >
impl operator<< (const T &x)
 

Public Attributes

std::ostream & Ostream
 
std::mutex mutex_
 

Detailed Description

Definition at line 95 of file JetScapeLogger.h.

View newest version in sPHENIX GitHub at line 95 of file JetScapeLogger.h

Constructor & Destructor Documentation

Jetscape::SafeOstream::SafeOstream ( std::ostream &  ostream)
inlineexplicit

Definition at line 124 of file JetScapeLogger.h.

View newest version in sPHENIX GitHub at line 124 of file JetScapeLogger.h

Member Function Documentation

template<typename T >
impl Jetscape::SafeOstream::operator<< ( const T x)
inline

Definition at line 125 of file JetScapeLogger.h.

View newest version in sPHENIX GitHub at line 125 of file JetScapeLogger.h

References mutex_, Ostream, and ambiguity_solver_full_chain::x.

Member Data Documentation

std::mutex Jetscape::SafeOstream::mutex_

Definition at line 129 of file JetScapeLogger.h.

View newest version in sPHENIX GitHub at line 129 of file JetScapeLogger.h

Referenced by operator<<().

std::ostream& Jetscape::SafeOstream::Ostream

Definition at line 128 of file JetScapeLogger.h.

View newest version in sPHENIX GitHub at line 128 of file JetScapeLogger.h

Referenced by operator<<().


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