|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gtest-port.h>
Public Member Functions | |
| GTestLog (GTestLogSeverity severity, const char *file, int line) | |
| ~GTestLog () | |
| ::std::ostream & | GetStream () |
Definition at line 1254 of file gtest-port.h.
| testing::internal::GTestLog::GTestLog | ( | GTestLogSeverity | severity, |
| const char * | file, | ||
| int | line | ||
| ) |
| testing::internal::GTestLog::~GTestLog | ( | ) |
|
inline |
Definition at line 1261 of file gtest-port.h.
References GTEST_DISALLOW_COPY_AND_ASSIGN_.
1.8.11