Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::GTestLog Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-port.h>

Public Member Functions

 GTestLog (GTestLogSeverity severity, const char *file, int line)
 
 ~GTestLog ()
 
::std::ostream & GetStream ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (GTestLog)
 

Private Attributes

const GTestLogSeverity severity_
 

Detailed Description

Definition at line 1264 of file gtest-port.h.

View newest version in sPHENIX GitHub at line 1264 of file gtest-port.h

Constructor & Destructor Documentation

testing::internal::GTestLog::GTestLog ( GTestLogSeverity  severity,
const char *  file,
int  line 
)

Definition at line 908 of file gtest-port.cc.

View newest version in sPHENIX GitHub at line 908 of file gtest-port.cc

References testing::internal::FormatFileLocation(), GetStream(), testing::internal::GTEST_ERROR, testing::internal::GTEST_INFO, and testing::internal::GTEST_WARNING.

+ Here is the call graph for this function:

testing::internal::GTestLog::~GTestLog ( )

Definition at line 919 of file gtest-port.cc.

View newest version in sPHENIX GitHub at line 919 of file gtest-port.cc

References testing::internal::posix::Abort(), GetStream(), testing::internal::GTEST_FATAL, and severity_.

+ Here is the call graph for this function:

Member Function Documentation

::std::ostream& testing::internal::GTestLog::GetStream ( )
inline

Definition at line 1271 of file gtest-port.h.

View newest version in sPHENIX GitHub at line 1271 of file gtest-port.h

Referenced by GTestLog(), and ~GTestLog().

+ Here is the caller graph for this function:

testing::internal::GTestLog::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( GTestLog  )
private

Member Data Documentation

const GTestLogSeverity testing::internal::GTestLog::severity_
private

Definition at line 1274 of file gtest-port.h.

View newest version in sPHENIX GitHub at line 1274 of file gtest-port.h

Referenced by ~GTestLog().


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