v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | 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 ()
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

References GTEST_DISALLOW_COPY_AND_ASSIGN_.


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