tesseract v5.3.3.20231005
foo::PathLike Class Reference

Classes

struct  iterator
 

Public Types

using value_type = char
 
using const_iterator = 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 207 of file googletest-printers-test.cc.

Member Typedef Documentation

◆ const_iterator

◆ value_type

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

Constructor & Destructor Documentation

◆ PathLike()

foo::PathLike::PathLike ( )
inline

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

219{}

Member Function Documentation

◆ begin()

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

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

221{ return iterator(); }

◆ end()

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

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

222{ return iterator(); }

◆ operator<<()

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

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

224 {
225 return os << "Streamable-PathLike";
226 }

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