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

Public Member Functions

 ScopedPrematureExitFile (const char *premature_exit_filepath)
 
 ~ScopedPrematureExitFile ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ScopedPrematureExitFile)
 

Private Attributes

const char *const premature_exit_filepath_
 

Detailed Description

Definition at line 3859 of file gtest.cc.

View newest version in sPHENIX GitHub at line 3859 of file gtest.cc

Constructor & Destructor Documentation

testing::internal::ScopedPrematureExitFile::ScopedPrematureExitFile ( const char *  premature_exit_filepath)
inlineexplicit

Definition at line 3861 of file gtest.cc.

View newest version in sPHENIX GitHub at line 3861 of file gtest.cc

References fclose(), and testing::internal::posix::FOpen().

+ Here is the call graph for this function:

testing::internal::ScopedPrematureExitFile::~ScopedPrematureExitFile ( )
inline

Definition at line 3874 of file gtest.cc.

View newest version in sPHENIX GitHub at line 3874 of file gtest.cc

References premature_exit_filepath_.

Member Function Documentation

testing::internal::ScopedPrematureExitFile::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ScopedPrematureExitFile  )
private

Member Data Documentation

const char* const testing::internal::ScopedPrematureExitFile::premature_exit_filepath_
private

Definition at line 3881 of file gtest.cc.

View newest version in sPHENIX GitHub at line 3881 of file gtest.cc

Referenced by ~ScopedPrematureExitFile().


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