Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
foo::PathLike Class Reference

Classes

struct  iterator
 

Public Member Functions

 PathLike ()
 
iterator begin () const
 
iterator end () const
 
friend::std::ostream & operator<< (::std::ostream &os, const PathLike &)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PathLike()

foo::PathLike::PathLike ( )
inline

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

199{}

Member Function Documentation

◆ begin()

iterator foo::PathLike::begin ( ) const
inline

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

201{ return iterator(); }

◆ end()

iterator foo::PathLike::end ( ) const
inline

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

202{ return iterator(); }

◆ operator<<()

friend::std::ostream & foo::PathLike::operator<< ( ::std::ostream & os,
const PathLike &  )
inline

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

204 {
205 return os << "Streamable-PathLike";
206 }
os_t os

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