Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
foo Namespace Reference

Classes

class  UnprintableInFoo
 
struct  PrintableViaPrintTo
 
struct  PointerPrintable
 
class  PrintableViaPrintToTemplate
 
class  StreamableTemplateInFoo
 
class  MixedUpTestCaseTest
 
class  MixedUpTestCaseWithSameTestNameTest
 

Functions

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)
 
 TEST_F (MixedUpTestCaseTest, FirstTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestCaseTest, SecondTestFromNamespaceFoo)
 
 TEST_F (MixedUpTestCaseWithSameTestNameTest, TheSecondTestWithThisNameShouldFail)
 

Function Documentation

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

Definition at line 152 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 152 of file gtest-printers_test.cc

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

Definition at line 185 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 185 of file gtest-printers_test.cc

References foo::StreamableTemplateInFoo< T >::value().

+ Here is the call graph for this function:

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

Definition at line 144 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 144 of file gtest-printers_test.cc

References foo::PrintableViaPrintTo::value.

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

Definition at line 169 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 169 of file gtest-printers_test.cc

References foo::PrintableViaPrintToTemplate< T >::value().

+ Here is the call graph for this function:

foo::TEST_F ( MixedUpTestCaseTest  ,
FirstTestFromNamespaceFoo   
)

Definition at line 538 of file gtest_output_test_.cc.

View newest version in sPHENIX GitHub at line 538 of file gtest_output_test_.cc

foo::TEST_F ( MixedUpTestCaseTest  ,
SecondTestFromNamespaceFoo   
)

Definition at line 539 of file gtest_output_test_.cc.

View newest version in sPHENIX GitHub at line 539 of file gtest_output_test_.cc

foo::TEST_F ( MixedUpTestCaseWithSameTestNameTest  ,
TheSecondTestWithThisNameShouldFail   
)

Definition at line 544 of file gtest_output_test_.cc.

View newest version in sPHENIX GitHub at line 544 of file gtest_output_test_.cc