#include <gtest.h>
Public Member Functions | |
::std::ostream & | GetStream () |
GTestLog (GTestLogSeverity severity, const char *file, int line) | |
~GTestLog () | |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (GTestLog) | |
Private Attributes | |
const GTestLogSeverity | severity_ |
testing::internal::GTestLog::GTestLog | ( | GTestLogSeverity | severity, |
const char * | file, | ||
int | line | ||
) |
Definition at line 8695 of file gtest-all.cc.
Definition at line 8706 of file gtest-all.cc.
::std::ostream& testing::internal::GTestLog::GetStream | ( | ) | [inline] |
const GTestLogSeverity testing::internal::GTestLog::severity_ [private] |