BDE 4.39.x Production Release
Loading...
Searching...
No Matches
testing::internal::bslim_Gtestutil_TestingStreamHolder Class Reference

#include <bslim_gtestutil.h>

Detailed Description

This class serves as a type in the testing namespace to be passed to an unqualified call to PrintTo. By supplying bslim_Gtestutil_TestingStreamHolder(&stream), which is implicitly convertible to bsl::ostream *, we supply an argument in the testing namespace in the UniversalPrint call within the bsl::PrintTo(const optional<TYPE>&, ...) call below, which will affect ADL to draw in UniversalPrint declarations from the testing namespace into consideration. For detailed discussion, see IMPLEMENTATION NOTE in the implementation file.

See bslim_gtestutil

Public Member Functions

 bslim_Gtestutil_TestingStreamHolder (bsl::ostream *stream)
 
 operator bsl::ostream * () const
 

Constructor & Destructor Documentation

◆ bslim_Gtestutil_TestingStreamHolder()

testing::internal::bslim_Gtestutil_TestingStreamHolder::bslim_Gtestutil_TestingStreamHolder ( bsl::ostream *  stream)
inlineexplicit

Create an object bound to the specified stream.

Member Function Documentation

◆ operator bsl::ostream *()

testing::internal::bslim_Gtestutil_TestingStreamHolder::operator bsl::ostream * ( ) const
inline

Implicitly return a pointer to the stream this object is bound to.


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