cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
foo Namespace Reference

Classes

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

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

◆ operator<<() [1/4]

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

◆ operator<<() [2/4]

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

◆ operator<<() [3/4]

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

◆ operator<<() [4/4]

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

◆ PrintTo() [1/2]

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

◆ PrintTo() [2/2]

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

◆ TEST_F() [1/3]

foo::TEST_F ( MixedUpTestSuiteTest ,
FirstTestFromNamespaceFoo  )

◆ TEST_F() [2/3]

foo::TEST_F ( MixedUpTestSuiteTest ,
SecondTestFromNamespaceFoo  )

◆ TEST_F() [3/3]

foo::TEST_F ( MixedUpTestSuiteWithSameTestNameTest ,
TheSecondTestWithThisNameShouldFail  )