Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::GTestLog Class Reference

#include <gtest-port.h>

Public Member Functions

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

Private Member Functions

 GTestLog (const GTestLog &)=delete
 
GTestLogoperator= (const GTestLog &)=delete
 

Private Attributes

const GTestLogSeverity severity_
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

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

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

testing::internal::GTestLog::GTestLog ( const GTestLog )
privatedelete

Member Function Documentation

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

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

GTestLog& testing::internal::GTestLog::operator= ( const GTestLog )
privatedelete

Member Data Documentation

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

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


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