Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
foo Namespace Reference

Classes

class  MixedUpTestSuiteTest
 
class  MixedUpTestSuiteWithSameTestNameTest
 
class  UnprintableInFoo
 
struct  PrintableViaPrintTo
 
struct  PointerPrintable
 
class  PrintableViaPrintToTemplate
 
class  StreamableTemplateInFoo
 
struct  TemplatedStreamableInFoo
 
struct  StreamableInLocal
 
class  PathLike
 

Functions

 TEST_F (MixedUpTestSuiteTest, FirstTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestSuiteTest, SecondTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestSuiteWithSameTestNameTest, TheSecondTestWithThisNameShouldFail)
 
void PrintTo (const PrintableViaPrintTo &x,::std::ostream *os)
 
::std::ostream & operator<< (::std::ostream &os, const PointerPrintable *)
 
template<typename T >
void PrintTo (const PrintableViaPrintToTemplate< T > &x,::std::ostream *os)
 
template<typename T >
inline::std::ostream & operator<< (::std::ostream &os, const StreamableTemplateInFoo< T > &x)
 
template<typename OutputStream >
OutputStream & operator<< (OutputStream &os, const TemplatedStreamableInFoo &)
 
void operator<< (::std::ostream &os, const StreamableInLocal &)
 

Function Documentation

foo::TEST_F ( MixedUpTestSuiteTest  ,
FirstTestFromNamespaceFoo   
)

Definition at line 475 of file googletest-output-test_.cc.

foo::TEST_F ( MixedUpTestSuiteTest  ,
SecondTestFromNamespaceFoo   
)

Definition at line 476 of file googletest-output-test_.cc.

foo::TEST_F ( MixedUpTestSuiteWithSameTestNameTest  ,
TheSecondTestWithThisNameShouldFail   
)

Definition at line 480 of file googletest-output-test_.cc.

void foo::PrintTo ( const PrintableViaPrintTo &  x,
::std::ostream *  os 
)

Definition at line 167 of file googletest-printers-test.cc.

::std::ostream& foo::operator<< ( ::std::ostream &  os,
const PointerPrintable *   
)

Definition at line 174 of file googletest-printers-test.cc.

template<typename T >
void foo::PrintTo ( const PrintableViaPrintToTemplate< T > &  x,
::std::ostream *  os 
)

Definition at line 192 of file googletest-printers-test.cc.

template<typename T >
inline ::std::ostream& foo::operator<< ( ::std::ostream &  os,
const StreamableTemplateInFoo< T > &  x 
)

Definition at line 209 of file googletest-printers-test.cc.

template<typename OutputStream >
OutputStream& foo::operator<< ( OutputStream &  os,
const TemplatedStreamableInFoo &   
)

Definition at line 219 of file googletest-printers-test.cc.

void foo::operator<< ( ::std::ostream &  os,
const StreamableInLocal &   
)

Definition at line 226 of file googletest-printers-test.cc.